dcjones / isolator

Rapid and robust analysis of RNA-Seq experiments.
MIT License
32 stars 7 forks source link

Exhaustively using all the CPU threads #5

Open k3yavi opened 7 years ago

k3yavi commented 7 years ago

Hi,

While running isolator we have observed that in the optimization and sampling stage of the tool it is exhaustively using all the threads available in the system bypassing the command line input provided using the -p flag.

dcjones commented 7 years ago

You're correct, this should be fixed. It will end up using n^n threads during quantification I believe.