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
bad suffix
When running:
pplacer -c my.refpkg test.fasta2
I got the following error:
Uncaught exception: Failure("unfamiliar suffix on test.fasta2") Running pplacer v1.1.alpha19-0-g807f6f3 analysis on test.fasta2... Fatal error: exception Failure("unfamiliar suffix on test.fasta2")
I had to go into the code: https://github.com/matsen/pplacer/blob/master/common_src/alignment.ml#L70
and see why I got this error. I would change to: Unrecognized file extension. Supported file extensions: ".fasta", ".fa", ".sth", ".sto"
Unrecognized file extension. Supported file extensions: ".fasta", ".fa", ".sth", ".sto"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running:
I got the following error:
I had to go into the code:
https://github.com/matsen/pplacer/blob/master/common_src/alignment.ml#L70
and see why I got this error. I would change to:
Unrecognized file extension. Supported file extensions: ".fasta", ".fa", ".sth", ".sto"
The text was updated successfully, but these errors were encountered: