Skip to content

Commit

Permalink
Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rernst committed Feb 12, 2024
1 parent 67f35c6 commit 02fe411
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 @@ -256,10 +256,10 @@ def create_samplesheet(lims, process_id, output_file):
"FindAdaptersWithIndels,true",
"BarcodeMismatchesIndex1,0",
"BarcodeMismatchesIndex2,0",
# BCLConvert_Data
"[BCLConvert_Data]"
]

# BCLConvert_Data
# Set header for single or multiple lanes conversion
bcl_convert_data_header = "Sample_ID,index,index2,OverrideCycles,Sample_Project"
if len(samplesheet_samples) == 1: # All samples on all lanes
Expand Down

0 comments on commit 02fe411

Please sign in to comment.