Commit a1263033 by Riccardo Vicedomini

using default --cpu value for hmmsearch

parent d43e3691
......@@ -75,7 +75,7 @@ def main():
'--noali',
'-T', HMMER_VAL_T,
'--domE', HMMER_VAL_DOME,
'--cpu', HMMER_VAL_CPU,
#'--cpu', HMMER_VAL_CPU,
'--domtblout', f'{temp_dir}/{args[ACC_ID]}.ccms.domtblout',
args[CCMS_PATH], args[FASTA_PATH] ]
hmmsearch_cmd = ' '.join(hmmsearch_args)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment