Skip to content

Commit

Permalink
Potential fix for aggregate plots in Batch mode (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Colelyman committed Aug 4, 2022
1 parent 6097a8a commit 4ba524d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRISPResso2/CRISPRessoBatchCORE.py
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ def main():
if guides_all_same:
sgRNA_intervals = [consensus_sgRNA_intervals] * modification_frequency_summary_df.shape[0]
else:
sgRNA_intervals = consensus_sgRNA_intervals
sgRNA_intervals = [consensus_sgRNA_intervals]
for modification_type in ['Insertions', 'Deletions', 'Substitutions']:
modification_df = modification_frequency_summary_df[
modification_frequency_summary_df['Modification'] == modification_type
Expand Down

0 comments on commit 4ba524d

Please sign in to comment.