We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using MEGAN 6 we were unsuccessful in importing data in the "RDP Standalone" classification format.
Notably this same file in RDP Standalone format loads correctly in MEGAN 5.
Looking at the code below:
https://github.com/danielhuson/megan-ce/blob/master/src/megan/parsers/blast/RDPStandalone2SAMIterator.java
It does not appear that it attempts to do the right thing. As the MEGAN 6 manual states the RDP Standalone format is:
read-name [-] [taxon-name rank-name disjointScore] [taxon-name rank-name disjointScore]
whereas the code above attempts to split by ; among other things.
;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using MEGAN 6 we were unsuccessful in importing data in the "RDP Standalone" classification format.
Notably this same file in RDP Standalone format loads correctly in MEGAN 5.
Looking at the code below:
https://github.com/danielhuson/megan-ce/blob/master/src/megan/parsers/blast/RDPStandalone2SAMIterator.java
It does not appear that it attempts to do the right thing. As the MEGAN 6 manual states the RDP Standalone format is:
whereas the code above attempts to split by
;
among other things.The text was updated successfully, but these errors were encountered: