Skip to content

Commit

Permalink
updating to reference so avoid unintended column mismatch issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmoncla committed Apr 25, 2024
1 parent d6f8330 commit 8b1a308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ rule refine:
input:
tree = rules.tree.output.tree,
alignment = rules.align.output,
metadata = rules.parse.output.metadata
metadata = metadata_by_wildcards,
output:
tree = "results/tree_{subtype}_{segment}_{time}.nwk",
node_data = "results/branch-lengths_{subtype}_{segment}_{time}.json"
Expand Down

0 comments on commit 8b1a308

Please sign in to comment.