Skip to content

Commit 39ce008

Browse files
authored
Fix typo of CRISPResssoPlot when plotting nucleotide quilt (#250)
1 parent 6a2b342 commit 39ce008

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CRISPResso2/CRISPRessoCORE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4541,7 +4541,7 @@ def get_scaffold_len(row, scaffold_start_loc, scaffold_seq):
45414541
'sgRNA_mismatches': sgRNA_mismatches,
45424542
'quantification_window_idxs': new_include_idx,
45434543
}
4544-
plot(CRISPResssoPlot.plot_nucleotide_quilt, plot_11b_input)
4544+
plot(CRISPRessoPlot.plot_nucleotide_quilt, plot_11b_input)
45454545
crispresso2_info['results']['refs'][ref_names_for_pe[0]]['plot_11b_roots'].append(os.path.basename(plot_root))
45464546
crispresso2_info['results']['refs'][ref_names_for_pe[0]]['plot_11b_captions'].append('Figure 11b: Nucleotide distribution around the ' + sgRNA_legend + '.')
45474547
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])

0 commit comments

Comments
 (0)