Skip to content

Commit

Permalink
Fix typo of CRISPResssoPlot when plotting nucleotide quilt (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed Oct 9, 2022
1 parent 6a2b342 commit 39ce008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoCORE.py
Expand Up @@ -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])
Expand Down

0 comments on commit 39ce008

Please sign in to comment.