Skip to content

Commit

Permalink
fix: multimer msa parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
YaoYinYing committed Aug 18, 2024
1 parent 8c22e15 commit 8ce13ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def process(self, input_fasta_path: str, msa_output_dir: str,other_args: Optiona
jackhmmer_uniref90_result,
jackhmmer_mgnify_result,
bfd_result,
other_result

] = self.parallel_msa_joblib(func=run_msa_tool,
input_args=msa_tasks)
Expand Down

0 comments on commit 8ce13ca

Please sign in to comment.