Skip to content

Add available name format and improve error report#2

Open
JuseTiZ wants to merge 1 commit intofethalen:masterfrom
JuseTiZ:name-format-error-enhancements
Open

Add available name format and improve error report#2
JuseTiZ wants to merge 1 commit intofethalen:masterfrom
JuseTiZ:name-format-error-enhancements

Conversation

@JuseTiZ
Copy link
Copy Markdown
Contributor

@JuseTiZ JuseTiZ commented Sep 4, 2023

Two updates:

  • Enable phylopypruner to recognize OTU_ID.
  • Enhance error reporting to show sequences missing in the tree and branches not present in the sequence.

The first update might pose challenges for users who utilize underscores to separate species names. However, I still advise using a greedy search (via re.search) to extract the segment following the OTU. This is because the sequence name might also contain multiple instances of @ or |.

Two updates:
- Enable phylopypruner to recognize OTU_ID.
- Enhance error reporting to show sequences missing in the tree and branches not present in the sequence.

The first update might pose challenges for users who utilize underscores to separate species names. However, I still advise using a greedy search (via re.search) to extract the segment following the OTU. This is because the sequence name might also contain multiple instances of @ or |.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant