Skip to content

Commit d651b09

Browse files
author
Jordi Sevilla jorsefor@alumni.uv.es
committed
Change file names in inputs
1 parent 5ef9a70 commit d651b09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workflow/rules/distances.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rule weighted_distances:
1010
ancestor = OUTDIR/f"{OUTPUT_NAME}.ancestor.fasta",
1111
reference = OUTDIR/"reference.fasta"
1212
output:
13-
distances = REPORT_DIR_TABLES/f"figure_4.csv"
13+
distances = REPORT_DIR_TABLES/f"figure_8.csv"
1414
log:
1515
LOGDIR / "weighted_distances" / "log.txt"
1616
script:

workflow/rules/report.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rule phylo_plots:
101101
plot_height_mm = 119.4,
102102
plot_width_mm = 159.2
103103
input:
104-
dist = REPORT_DIR_TABLES/f"figure_4.csv",
104+
dist = REPORT_DIR_TABLES/f"figure_8.csv",
105105
study_fasta = OUTDIR/f"{OUTPUT_NAME}.fasta",
106106
ml = OUTDIR/f"tree_context/{OUTPUT_NAME}.treefile",
107107
metadata = config["METADATA"]

0 commit comments

Comments
 (0)