Thanks a lot! We are following the “Moving Pictures” tutorial, how can we use multiple processors in qiime2?
1 Like
There's a couple of methods in QIIME 2 that support something like an n-jobs
parameter. You can discover those by running --help
on any command and reading the help text.
In particular you can use that parameter on qiime dada2 denoise-single/paired
, qiime diversity core-metrics
, qiime feature-classifier
, and other's I'm not remembering right now.
But as general rule, to see everything that can be done, just add --help
to a command!
1 Like
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.