BolognaBiocomp / deepsig

DeepSig - Predictor of signal peptides in proteins based on deep learning
https://deepsig.biocomp.unibo.it
GNU General Public License v3.0
25 stars 4 forks source link

Add multithreading #21

Closed oschwengers closed 3 years ago

oschwengers commented 3 years ago

I've added a --threads parameter that is used to surpass the number of CPUs to the execution of biocrf-static.

Also I've bumped the version to 1.1 to express the API change.

Due to some TensorfFow dependency conflicts, DeepSig is only executable on Python 3 until v3.8 - v3.9 gives an error. Because of another issue I've therefore pinpointed Python to v3.8.