File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ rule iqtree_ancestral:
66 ancestral_probabilities = "{workdir}/results/{query_id}/7_iqtree_ancestral/{query_id}_nogap_msa.fasta.state" ,
77 ancestralTree = "{workdir}/results/{query_id}/7_iqtree_ancestral/{query_id}_nogap_msa.fasta.treefile" ,
88 params :
9- iqtree_ancestral_out_name = "{workdir}/results/{query_id}/7_iqtree_ancestral/{query_id}" ,
9+ iqtree_ancestral_out_name = "{workdir}/results/{query_id}/7_iqtree_ancestral/{query_id}_nogap_msa.fasta " ,
1010 conda :
1111 "../envs/iqtree.yml"
1212 log :
@@ -16,5 +16,5 @@ rule iqtree_ancestral:
1616 resources :
1717 cpus = 4
1818 shell :
19- "iqtree2 -s {input.no_gap_msa} -te {input.unrooted_tree} -m {config[iqtree_ancestral_model]} -asr -safe -nt {resources.cpus}"
19+ "iqtree2 -redo - s {input.no_gap_msa} -te {input.unrooted_tree} -m {config[iqtree_ancestral_model]} -asr -safe -nt {resources.cpus} --prefix {params.iqtree_ancestral_out_name }"
2020
You can’t perform that action at this time.
0 commit comments