nextstrain / augur

Pipeline components for real-time phylodynamic analysis
https://docs.nextstrain.org/projects/augur/
GNU Affero General Public License v3.0
268 stars 128 forks source link

Multi Thread option (align) without SnakeMake #1477

Closed kiranpatil222 closed 1 month ago

kiranpatil222 commented 1 month ago

Hi,

I am using NextStarin on shell mode, as i am new to using snakemake

Just wanted to know if there is an option to give --threads/cores so that to increase augar align

jameshadfield commented 1 month ago

Yes, you can run augur align --nthreads X .... Run augur align --help to see all the options.

For Snakemake workflows we typically use the threads directive

P.S. I transferred this issue to the augur repo, the nextstrain.org repo is specific to the code behind the nextstrain.org website

kiranpatil222 commented 1 month ago

thank you