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

Sourmash lca gather not a command anymore #61

Open
nkavaler1 opened this issue Oct 6, 2023 · 1 comment · May be fixed by #79
Open

Sourmash lca gather not a command anymore #61

nkavaler1 opened this issue Oct 6, 2023 · 1 comment · May be fixed by #79

Comments

@nkavaler1
Copy link
Contributor

nkavaler1 commented Oct 6, 2023

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

@ctb
Copy link
Member

ctb commented Dec 23, 2023

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> 

@ccbaumler ccbaumler linked a pull request Feb 3, 2024 that will close this issue
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 a pull request may close this issue.

2 participants