We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef9a70 commit d651b09Copy full SHA for d651b09
2 files changed
workflow/rules/distances.smk
@@ -10,7 +10,7 @@ rule weighted_distances:
10
ancestor = OUTDIR/f"{OUTPUT_NAME}.ancestor.fasta",
11
reference = OUTDIR/"reference.fasta"
12
output:
13
- distances = REPORT_DIR_TABLES/f"figure_4.csv"
+ distances = REPORT_DIR_TABLES/f"figure_8.csv"
14
log:
15
LOGDIR / "weighted_distances" / "log.txt"
16
script:
workflow/rules/report.smk
@@ -101,7 +101,7 @@ rule phylo_plots:
101
plot_height_mm = 119.4,
102
plot_width_mm = 159.2
103
input:
104
- dist = REPORT_DIR_TABLES/f"figure_4.csv",
+ dist = REPORT_DIR_TABLES/f"figure_8.csv",
105
study_fasta = OUTDIR/f"{OUTPUT_NAME}.fasta",
106
ml = OUTDIR/f"tree_context/{OUTPUT_NAME}.treefile",
107
metadata = config["METADATA"]
0 commit comments