Skip to content

Commit

Permalink
Fix print statement in CORE
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem committed Jan 31, 2023
1 parent ee88b7e commit d349276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoCORE.py
Original file line number Diff line number Diff line change
Expand Up @@ -4319,7 +4319,7 @@ def count_alternate_alleles(sub_base_vectors, ref_name, ref_sequence, ref_total_
'fig_filename_root': fig_filename_root,
'save_also_png': save_png,
}
debug('Plotting conversion at {0}s around the {1} for {21}'.format(args.conversion_nuc_from, sgRNA_legend, ref_name))
debug('Plotting conversion at {0}s around the {1} for {2}'.format(args.conversion_nuc_from, sgRNA_legend, ref_name))
plot(
CRISPRessoPlot.plot_conversion_at_sel_nucs,
plot_10e_input,
Expand Down

1 comment on commit d349276

@Colelyman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @kclem, sorry about that!

Please sign in to comment.