Skip to content

Commit

Permalink
fix raxml_ng_parse log path in raxml_ng_ancestral rule input
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Oct 29, 2023
1 parent 638ce33 commit c9fa3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/phylogeny.smk
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ rule raxml_ng_ancestral:
input:
msa="results/raxml_ng_input/{individual}.ml_gt_and_likelihoods.catg",
best_tree="results/raxml_ng/{individual}.raxml.bestTree",
log="logs/raxml_ng_parse/{individual}.raxml.log",
log="results/raxml_ng_parse/{individual}.raxml.log",
output:
ancestral_tree="results/raxml_ng_ancestral/{individual}.raxml.ancestralTree",
ancestral_states="results/raxml_ng_ancestral/{individual}.raxml.ancestralStates",
Expand Down

0 comments on commit c9fa3bf

Please sign in to comment.