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

-t/--threads cmd line parsing error #56

Open
cmatKhan opened this issue Jul 31, 2022 · 0 comments
Open

-t/--threads cmd line parsing error #56

cmatKhan opened this issue Jul 31, 2022 · 0 comments

Comments

@cmatKhan
Copy link

. 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:

...
General:

 -t/--threads <int>            Number of candidate search threads
...

I resubmitted, replacing --threads with -t and eliminated that error:

  ngm \
     -r KN99_genome_fungidb.fasta \
     -q run_1272_s_3_withindex_sequence_AAATGCA.fastq.gz \
     -t 2 \
     --bam 
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

No branches or pull requests

1 participant