From b3b00305c8dc8d527abbb3c10a0034c315619fc6 Mon Sep 17 00:00:00 2001 From: Tom Sasani Date: Fri, 27 Oct 2023 13:56:18 -0400 Subject: [PATCH] update major figure generation pipeline --- scripts/make_figures.smk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/make_figures.smk b/scripts/make_figures.smk index f21e0b4..9fda19b 100644 --- a/scripts/make_figures.smk +++ b/scripts/make_figures.smk @@ -20,14 +20,13 @@ rule all: input: # FIGURE 1 "figs/power_simulations.png", # supplement 1 - "figs/power_comparison.png", # supplement 2 # FIGURE 2 "figs/bxd.k1.genome.condition_on_N.eps", # panel A "figs/bxd.k1.genome.condition_on_D.eps", # panel B "figs/bxd.k1.genome.condition_on_B.eps", # panel C expand("figs/qtl_scans/{mutation_type}.png", - mutation_type = mutations), # supplement 1 + mutation_type = mutations), # supplement 1 # FIGURE 3 "figs/bxd_spectra_1mer.C_A.png", # panel A