Skip to content

Commit 9d971de

Browse files
committed
Added OverrideCycles in bclconvert samplesheet
1 parent e3ae231 commit 9d971de

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

checkQC/qc_data_utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def bclconvert_test_runfolder(qc_data):
1515
"index": "GAACTGAGCG",
1616
"index2": "TCGTGGAGCG",
1717
"sample_project": "AB-1234",
18+
"overridecycles": "Y36;I10;I10",
1819
"custom_description": "LIBRARY_NAME:test",
1920
},
2021
{
@@ -23,6 +24,7 @@ def bclconvert_test_runfolder(qc_data):
2324
"index": "AGGTCAGATA",
2425
"index2": "CTACAAGATA",
2526
"sample_project": "CD-5678",
27+
"overridecycles": "Y36;I10;I10",
2628
"custom_description": "LIBRARY_NAME:test",
2729
},
2830
{
@@ -31,6 +33,7 @@ def bclconvert_test_runfolder(qc_data):
3133
"index": "GAACTGAGCG",
3234
"index2": "TCGTGGAGCG",
3335
"sample_project": "AB-1234",
36+
"overridecycles": "Y36;I10;I10",
3437
"custom_description": "LIBRARY_NAME:test",
3538
},
3639
{
@@ -39,6 +42,7 @@ def bclconvert_test_runfolder(qc_data):
3942
"index": "AGGTCAGATA",
4043
"index2": "CTACAAGATA",
4144
"sample_project": "CD-5678",
45+
"overridecycles": "Y36;I10;I10",
4246
"custom_description": "LIBRARY_NAME:test",
4347
},
4448
],

tests/parsers/test_illumina_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,6 @@ def test_read_samplesheet(runfolder_path):
107107
'lane': 1,
108108
'sample_id': 'Sample_14574-Qiagen-IndexSet1-SP-Lane1',
109109
'sample_project': 'AB-1234',
110+
"overridecycles": "Y36;I10;I10",
110111
'custom_description': 'LIBRARY_NAME:test',
111112
}

tests/resources/bclconvert/200624_A00834_0183_BHMTFYTINY/SampleSheet.csv

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ FastqCompressionFormat,gzip,,
1818
SoftwareVersion,4.1.5,,
1919
,,,
2020
[BCLConvert_Data],,,
21-
Lane,Sample_ID,Index,Index2,Sample_Project,custom_Description
22-
1,Sample_14574-Qiagen-IndexSet1-SP-Lane1,GAACTGAGCG,TCGTGGAGCG,AB-1234,LIBRARY_NAME:test
23-
1,Sample_14575-Qiagen-IndexSet1-SP-Lane1,AGGTCAGATA,CTACAAGATA,CD-5678,LIBRARY_NAME:test
24-
2,Sample_14574-Qiagen-IndexSet1-SP-Lane2,GAACTGAGCG,TCGTGGAGCG,AB-1234,LIBRARY_NAME:test
25-
2,Sample_14575-Qiagen-IndexSet1-SP-Lane2,AGGTC AGATA,C TACAA GATA,CD-5678,LIBRARY_NAME:test
21+
Lane,Sample_ID,Index,Index2,Sample_Project,OverrideCycles,custom_Description
22+
1,Sample_14574-Qiagen-IndexSet1-SP-Lane1,GAACTGAGCG,TCGTGGAGCG,AB-1234,Y36;I10;I10,LIBRARY_NAME:test
23+
1,Sample_14575-Qiagen-IndexSet1-SP-Lane1,AGGTCAGATA,CTACAAGATA,CD-5678,Y36;I10;I10,LIBRARY_NAME:test
24+
2,Sample_14574-Qiagen-IndexSet1-SP-Lane2,GAACTGAGCG,TCGTGGAGCG,AB-1234,Y36;I10;I10,LIBRARY_NAME:test
25+
2,Sample_14575-Qiagen-IndexSet1-SP-Lane2,AGGTC AGATA,C TACAA GATA,CD-5678,Y36;I10;I10,LIBRARY_NAME:test

0 commit comments

Comments
 (0)