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
Tutorial has this command:
sourmash sketch -o SRR1976948.sig --name SRR1976948 -p scaled=2000,k=21,k=31,k=51,abund SRR1976948_*fastq.gz
Which gives error: sketch: error: argument subcmd: invalid choice: 'SRR1976948.sig' (choose from 'dna', 'rna', 'nucleotide', 'nt', 'fromfile', 'protein', 'aa', 'prot', 'translate')
Judging from previous issue, need to change to add dna, which worked
dna
sourmash sketch dna -o SRR1976948.sig --name SRR1976948 -p scaled=2000,k=21,k=31,k=51,abund SRR1976948_*fastq.gz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tutorial has this command:
Which gives error: sketch: error: argument subcmd: invalid choice: 'SRR1976948.sig' (choose from 'dna', 'rna', 'nucleotide', 'nt', 'fromfile', 'protein', 'aa', 'prot', 'translate')
Judging from previous issue, need to change to add
dna
, which workedThe text was updated successfully, but these errors were encountered: