arzwa / wgd

Python package and CLI for whole-genome duplication related analyses. This package is deprecated in favor of https://github.com/heche-psb/wgd.
http://wgd.readthedocs.io/en/latest/
GNU General Public License v3.0
80 stars 40 forks source link

number of threads #69

Closed ardy20 closed 2 years ago

ardy20 commented 2 years ago

Could you please let me know how to increase number of default threads=4 ? The tool does not accept -n ot --n_thread parameter! Regards

arzwa commented 2 years ago

It does? wgd ksd -n 8 <the rest of your command> for instance. Please check the help messages wgd <command> -h.