Skip to content

Commit

Permalink
add correct fastq list step after create folder
Browse files Browse the repository at this point in the history
  • Loading branch information
CuijieLu committed Apr 15, 2024
1 parent 90da28e commit 9341c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/organise_fastq_split_by_lane.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def correct_fastq_list_csv(demux_reports_dir):
demux_dir = sys.argv[2]
if demux_type == "create":
create_fastq_folders(demux_dir)
# add correct fastq list step?
correct_fastq_list_csv(demux_dir+"/Reports")
elif demux_type == "correct":
correct_sample_folder_name(demux_dir)
else:
Expand Down

0 comments on commit 9341c6c

Please sign in to comment.