dellacortelab / prospr

ProSPr: Protein Structure Prediction
MIT License
418 stars 85 forks source link

Added an optional arguments for the number of threads for building profiles #7

Closed huhlim closed 4 years ago

huhlim commented 4 years ago

I did it for https://github.com/dellacortelab/prospr/issues/4.

tyggna commented 4 years ago

Looks good, but I will probably change it in the future to just use multiprocessing.cpu_count()-1 as a default in the future, since another thread runs in tandem with hhblits