Skip to content

Commit

Permalink
Fix fix to aggregate for CRISPRessoWGS
Browse files Browse the repository at this point in the history
  • Loading branch information
kclem committed Aug 12, 2022
1 parent a2294c2 commit 5de3d72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CRISPResso2/CRISPRessoAggregateCORE.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def main():
if os.path.exists(wgs_info_file):
wgs_data = CRISPRessoShared.load_crispresso_info(
folder, 'CRISPResso2WGS_info.json',
'CRISPResso2WGS_info.json'
)
if 'good_region_folders' in wgs_data['results']:
run_names = wgs_data['results']['good_region_folders']
Expand Down

0 comments on commit 5de3d72

Please sign in to comment.