Skip to content

Commit

Permalink
Sort by lane
Browse files Browse the repository at this point in the history
  • Loading branch information
rernst committed Mar 1, 2024
1 parent b6a9dbd commit a2ceef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clarity_epp/export/illumina.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def create_samplesheet(lims, process_id, output_file):
sample_sheet.append(bcl_convert_data_header)

# Add samples to SampleSheet
for lane, lane_samples in samplesheet_samples.items():
for lane, lane_samples in sorted(samplesheet_samples.items()):
for sample in lane_samples:
bcl_convert_data_row = "{sample_name},{index_1},{index_2},{override_cycles},{project}".format(
sample_name=sample,
Expand Down

0 comments on commit a2ceef6

Please sign in to comment.