isovic / aracon

Assembly with RApid CONsensus from raw noisy long reads
MIT License
5 stars 0 forks source link

Use of --num_threads instead of --threads #3

Open jonhultqvist opened 7 years ago

jonhultqvist commented 7 years ago

Hi,

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 [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