I was extracting reads with the command "feature-classifier" from a 99_otus.fasta and I saw that the process only use 1 core. I have cpu with 8 cores in my computer and I want to use them.
Is there a way to do that? Thanks!!
I was extracting reads with the command "feature-classifier" from a 99_otus.fasta and I saw that the process only use 1 core. I have cpu with 8 cores in my computer and I want to use them.
Is there a way to do that? Thanks!!
Hi @leonardo467,
There is no option for running extract-reads in parallel but downstream classifying using Vsearch and sklearn have this option. Look for the --p-threads INTEGER
and --p-n-jobs INTEGER
, respectively.
thanks!! this solve my problem!
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.