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.
I've added a
--threads
parameter that is used to surpass the number of CPUs to the execution ofbiocrf-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 tov3.8
.