Nextomics / NextDenovo

Fast and accurate de novo assembler for long reads
GNU General Public License v3.0
361 stars 53 forks source link

multithreading in local #3

Closed SC-Duan closed 5 years ago

SC-Duan commented 5 years ago

Hi, Are there have some parameters to assign the CPU number in a local computer? thank you!

moold commented 5 years ago

Please use the following parameters:
pa_raw_align = 10 # number of alignment tasks used to run in parallel. (default: 10) pa_correction = 15 # number of corrected tasks used to run in parallel. (default: 15)