Skip to content

Commit 5ef9a70

Browse files
authored
Update names of figures an tables files
1 parent 03da3a1 commit 5ef9a70

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

workflow/rules/report.smk

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ rule diversity:
4040
study_fasta = OUTDIR/"nextalign"/f"{OUTPUT_NAME}.aligned.masked.fasta",
4141
context_fasta = OUTDIR/"context"/"nextalign"/"context_sequences.aligned.masked.fasta"
4242
output:
43-
fig = report((REPORT_DIR_PLOTS/"figure_2.png").resolve()),
43+
fig = report((REPORT_DIR_PLOTS/"figure_3.png").resolve()),
4444
json = temp((OUTDIR/"diversity.json").resolve()),
45-
table = (REPORT_DIR_TABLES/"figure_2.csv").resolve()
45+
table = (REPORT_DIR_TABLES/"figure_3.csv").resolve()
4646
log:
4747
LOGDIR / "diversity" / "log.txt"
4848
script:
@@ -78,13 +78,13 @@ rule general_NV_description:
7878
vcf = OUTDIR/f"{OUTPUT_NAME}.masked.filtered.tsv",
7979
metadata = config["METADATA"]
8080
output:
81-
fig = report((REPORT_DIR_PLOTS/"figure_7a.png").resolve()),
82-
fig_s = report((REPORT_DIR_PLOTS/"figure_7b.png").resolve()),
83-
fig_cor = report((REPORT_DIR_PLOTS/"figure_6.png").resolve()),
81+
fig = report((REPORT_DIR_PLOTS/"figure_5a.png").resolve()),
82+
fig_s = report((REPORT_DIR_PLOTS/"figure_5b.png").resolve()),
83+
fig_cor = report((REPORT_DIR_PLOTS/"figure_4.png").resolve()),
8484
json = temp((OUTDIR/"summary_nv.json").resolve()),
85-
table_1 = report((REPORT_DIR_TABLES/"figure_7a.csv").resolve()),
86-
table_2 = report((REPORT_DIR_TABLES/"figure_7b.csv").resolve()),
87-
table_3 = report((REPORT_DIR_TABLES/"figure_6.csv").resolve())
85+
table_1 = report((REPORT_DIR_TABLES/"figure_5a.csv").resolve()),
86+
table_2 = report((REPORT_DIR_TABLES/"figure_5b.csv").resolve()),
87+
table_3 = report((REPORT_DIR_TABLES/"figure_4.csv").resolve())
8888
log:
8989
LOGDIR / "general_NV_description" / "log.txt"
9090
script:
@@ -106,10 +106,10 @@ rule phylo_plots:
106106
ml = OUTDIR/f"tree_context/{OUTPUT_NAME}.treefile",
107107
metadata = config["METADATA"]
108108
output:
109-
temest = report((REPORT_DIR_PLOTS/"figure_5.png").resolve()),
110-
tree = report((REPORT_DIR_PLOTS/"figure_4.png").resolve()),
111-
tree_ml = report((REPORT_DIR_PLOTS/"figure_3.png").resolve()),
112-
table = report((REPORT_DIR_TABLES/"figure_5.csv").resolve()),
109+
temest = report((REPORT_DIR_PLOTS/"figure_9.png").resolve()),
110+
tree = report((REPORT_DIR_PLOTS/"figure_8.png").resolve()),
111+
tree_ml = report((REPORT_DIR_PLOTS/"figure_2.png").resolve()),
112+
table = report((REPORT_DIR_TABLES/"figure_9.csv").resolve()),
113113
json = temp((OUTDIR/"stats.lm.json").resolve())
114114
log:
115115
LOGDIR / "phylo_plots" / "log.txt"
@@ -143,10 +143,10 @@ rule snp_plots:
143143
vcf = OUTDIR/f"{OUTPUT_NAME}.masked.filtered.tsv",
144144
metadata = config["METADATA"]
145145
output:
146-
pseudovolcano = report((REPORT_DIR_PLOTS/"figure_8.png").resolve()),
147-
snp_panel = report((REPORT_DIR_PLOTS/"figure_9.png").resolve()),
148-
table_1 = report((REPORT_DIR_TABLES/"figure_8.csv").resolve()),
149-
table_2 = report((REPORT_DIR_TABLES/"figure_9.csv").resolve())
146+
pseudovolcano = report((REPORT_DIR_PLOTS/"figure_6.png").resolve()),
147+
snp_panel = report((REPORT_DIR_PLOTS/"figure_7.png").resolve()),
148+
table_1 = report((REPORT_DIR_TABLES/"figure_6.csv").resolve()),
149+
table_2 = report((REPORT_DIR_TABLES/"figure_7.csv").resolve())
150150
log:
151151
LOGDIR / "snp_plots" / "log.txt"
152152
script:

0 commit comments

Comments
 (0)