pySCENIC
pySCENIC copied to clipboard
grnboost2 limit
Hi, grnboost2 use all the cores of our server by default, how to limit it ?
Add --num_workers 4
Hi @ghuls, I have a similar question. I was following this protocol to infer co-expression modules:
adjancencies = grnboost2(expression_data=ex_matrix, tf_names=tf_names, verbose=True)
Is there any way to limit the number of cores used by grnboost2? Thanks! Dan
I have the same question. @ghuls
Adding 'num_workers' did not work. adjancencies = grnboost2(expression_data=ex_matrix, tf_names=tf_names, verbose=True, num_workers= 10)
TypeError: grnboost2() got an unexpected keyword argument 'num_workers'