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
. I am using v0.5.5, and originally submitted with the following cmd:
ngm \ -r KN99_genome_fungidb.fasta \ -q run_1272_s_3_withindex_sequence_AAATGCA.fastq.gz \ --threads 2 \ --bam
but, I received this error:
/usr/local/bin/ngm-core: unrecognized option '--threads'
The help text says --threads is a valid argument:
--threads
... General: -t/--threads <int> Number of candidate search threads ...
I resubmitted, replacing --threads with -t and eliminated that error:
-t
ngm \ -r KN99_genome_fungidb.fasta \ -q run_1272_s_3_withindex_sequence_AAATGCA.fastq.gz \ -t 2 \ --bam
The text was updated successfully, but these errors were encountered:
No branches or pull requests
. I am using v0.5.5, and originally submitted with the following cmd:
but, I received this error:
The help text says
--threads
is a valid argument:I resubmitted, replacing
--threads
with-t
and eliminated that error:The text was updated successfully, but these errors were encountered: