From 39ce008bdddccdd8229c0ba185dce78bc2f66968 Mon Sep 17 00:00:00 2001 From: Cole Lyman Date: Sat, 8 Oct 2022 21:09:58 -0600 Subject: [PATCH] Fix typo of CRISPResssoPlot when plotting nucleotide quilt (#250) --- CRISPResso2/CRISPRessoCORE.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRISPResso2/CRISPRessoCORE.py b/CRISPResso2/CRISPRessoCORE.py index ff4761ba..5c1b46da 100644 --- a/CRISPResso2/CRISPRessoCORE.py +++ b/CRISPResso2/CRISPRessoCORE.py @@ -4541,7 +4541,7 @@ def get_scaffold_len(row, scaffold_start_loc, scaffold_seq): 'sgRNA_mismatches': sgRNA_mismatches, 'quantification_window_idxs': new_include_idx, } - plot(CRISPResssoPlot.plot_nucleotide_quilt, plot_11b_input) + plot(CRISPRessoPlot.plot_nucleotide_quilt, plot_11b_input) crispresso2_info['results']['refs'][ref_names_for_pe[0]]['plot_11b_roots'].append(os.path.basename(plot_root)) crispresso2_info['results']['refs'][ref_names_for_pe[0]]['plot_11b_captions'].append('Figure 11b: Nucleotide distribution around the ' + sgRNA_legend + '.') crispresso2_info['results']['refs'][ref_names_for_pe[0]]['plot_11b_datas'].append([('Nucleotide frequency in quantification window for ' + ref_name, os.path.basename(crispresso2_info['results']['refs'][ref_name]['quant_window_nuc_freq_filename'])) for ref_name in ref_names_for_pe])