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 trying to run
sourmash lca gather -o SRR1976948_lca_gather.csv SRR1976948.sig genbank-k31.lca.json
this is the result:
(dib_rotation) nkavaler@bm16:~$ sourmash lca gather -o SRR1976948_lca_gather.csv SRR1976948.sig genbank-k31.lca.json lca: error: argument subcmd: invalid choice: 'gather' (choose from 'classify', 'compare', 'compare_csv', 'index', 'rankinfo', 'summarize')
sourmash lca no longer used for taxonomic analysis, (use sourmash tax summarize instead?) in the documentations it is no longer a command
The text was updated successfully, but these errors were encountered:
Thanks for noticing this!
the updated commands should be something like this:
sourmash gather SRR1976948.sig <gtdb database.zip> -o SRR1976948_gather.csv sourmash tax metagenome -g SRR1976948_gather.csv -t <gtdb taxonomy>
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When trying to run
this is the result:
sourmash lca no longer used for taxonomic analysis, (use sourmash tax summarize instead?)
in the documentations it is no longer a command
The text was updated successfully, but these errors were encountered: