ParallelFold
ParallelFold copied to clipboard
add cpu multiprocessing
With the following changes in your scripts;
line 203
return mgnify_msa
return (mgnify_msa,)
line 225
return bfd_msa
return (bfd_msa,)
line 243
process_pool
pool
great acceleration. Thanks.