From 565af2dd08c93af2d5f52be3e7b3bd014179c93e Mon Sep 17 00:00:00 2001 From: Cole Lyman Date: Wed, 21 Sep 2022 15:09:34 -0600 Subject: [PATCH] Fix batch quilt plot name This fixes an incorrectly named allele quilt plot input in CRISPRessoBatch. --- CRISPResso2/CRISPRessoBatchCORE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRISPResso2/CRISPRessoBatchCORE.py b/CRISPResso2/CRISPRessoBatchCORE.py index c1be2e23..4a8d5b60 100644 --- a/CRISPResso2/CRISPRessoBatchCORE.py +++ b/CRISPResso2/CRISPRessoBatchCORE.py @@ -607,7 +607,7 @@ def main(): if not args.suppress_plots and not args.suppress_batch_summary_plots: # plot the whole region this_nuc_pct_quilt_plot_name = _jp(amplicon_plot_name + 'Nucleotide_percentage_quilt') - nucleotide_plot_input = { + nucleotide_quilt_input = { 'nuc_pct_df': nucleotide_percentage_summary_df, 'mod_pct_df': modification_percentage_summary_df, 'fig_filename_root': this_nuc_pct_quilt_plot_name,