run_dbcan
run_dbcan copied to clipboard
--hmm_cpu doesn't work
Thanks for providing this useful tool!
Although I have set '--hmm_cpu 30', the hmmscan only used 1 core. This problem may come from the hmmer software.
I suggest to use any way to speed up hmmscan.
- split input protein file into several small datasets
- use
parallelto run hmmscan
Thank you for letting us know. We are considering replacing hmmer with pyhmmer which really run hmmer in parallel. We will update it in the future version.
We used hmmsearch instead which utilized multiple CPUs.
Problem solved by replace hmmscan with hmmsearch