Skip to content

Commit

Permalink
some large clusters need more time for MSA calc
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchivian committed Jan 10, 2024
1 parent 8807465 commit e7e3219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kb_phylogenomics/kb_phylogenomicsImpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -9525,7 +9525,7 @@ def score_orthologs_evolutionary_rates(self, ctx, params):
nuc_msa_file = os.path.join(msa_run_dir, cluster_id+'-muscle'+'.fna')
aa_msa_file = os.path.join(msa_run_dir, cluster_id+'-muscle'+'.faa')
max_iters = 16
max_hours = 0.5
max_hours = 4.0

self._run_muscle (nuc_in_file, nuc_msa_file, max_iters, max_hours)
self._run_muscle (aa_in_file, aa_msa_file, max_iters, max_hours)
Expand Down

0 comments on commit e7e3219

Please sign in to comment.