qmarcou / IGoR

IGoR is a C++ software designed to infer V(D)J recombination related processes from sequencing data. Find full documentation at:
https://qmarcou.github.io/IGoR/
GNU General Public License v3.0
47 stars 25 forks source link

Limiting IGoR's CPU usage #63

Closed yttyhhh closed 3 years ago

yttyhhh commented 3 years ago

image

qmarcou commented 3 years ago

Dear @yttyhhh , Please refer to the documentation of the general command line arguments. You can set the number threads ( and hence maximum CPU usage) using the -threads N argument, where N is the desired number of threads. The default behavior is to use all available threads. best regards