You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the aracon documentation is a little bit out of date. When calling on aracon it gives the following instructions:
A de novo genome assembler for third generation sequencing data which does not requires error >correction.
Usage:
./aracon <reads.fastq> <working_folder> [options]
Options: --threads INT
--erc Use error correction on the input reads.
Instead the the correct flag to set the number of threads appears to be:
--num_threads INT
Cheers
Jon
The text was updated successfully, but these errors were encountered:
jonhultqvist
changed the title
Use of ---num_threads instead of --threads
Use of --num_threads instead of --threads
Jun 21, 2017
Hi,
I found that the aracon documentation is a little bit out of date. When calling on aracon it gives the following instructions:
Instead the the correct flag to set the number of threads appears to be:
--num_threads INT
Cheers
Jon
The text was updated successfully, but these errors were encountered: