Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for () characters in taxonomy that don't contain numbers #350

Closed
mothur-westcott opened this issue Jul 6, 2017 · 0 comments
Closed

Comments

@mothur-westcott
Copy link
Contributor

The taxonomy file contains taxons like:

FR682493.1.1461 D_0__Archaea;D_1__Marine Hydrothermal Vent Group(MHVG);D_2__uncultured archaeon;D_3__uncultured archaeon;D_4__uncultured archaeon;D_5__uncultured archaeon;D_6__uncultured archaeon;

Mothur expects confidence scores to be in-between the () characters. When it tries to convert MHVG to a number it crashes. You can fix this by changing the () characters to || characters.

FR682493.1.1461 D_0__Archaea;D_1__Marine Hydrothermal Vent Group|MHVG|;D_2__uncultured archaeon;D_3__uncultured archaeon;D_4__uncultured archaeon;D_5__uncultured archaeon;D_6__uncultured archaeon;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant