Skip to content

Commit a3bf3ab

Browse files
authored
Merge pull request #2013 from chaitanyakasaraneni/add-samplesheetparser-testdata
Add test samplesheets for samplesheetparser modules
2 parents 07998bd + 6c6f00b commit a3bf3ab

3 files changed

Lines changed: 53 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,8 @@ The earth sciences folder contain subfolders for different data formats encounte
500500
- bcl:
501501
- flowcell.tar.gz: bcl data generated on a MiSeq sequencer. Contains only data for the first tile.
502502
- flowcell_samplesheet.csv: SampleSheet for data on flowcell
503+
- flowcell_samplesheet.v1.csv: Illumina SampleSheet in IEM V1 (bcl2fastq) format — dual-index, 5 samples across 2 projects and 2 lanes. For samplesheet validation/parsing tests only; not intended to be run against `flowcell.tar.gz`.
504+
- flowcell_samplesheet.v2.csv: Illumina SampleSheet in BCLConvert V2 format — dual-index, 5 samples across 2 projects and 2 lanes. For samplesheet validation/parsing tests only; not intended to be run against `flowcell.tar.gz`.
503505
- cram:
504506
- test.paired*end.sorted: Mapped, and sorted reads based on `test*{1,2}` (normal)
505507
- test.paired*end.markduplicates.sorted: Mapped, sorted, and duplicate marked reads based on `test*{1,2}` (normal)
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[Header]
2+
IEMFileVersion,5
3+
Experiment Name,240115_A01234_0042_AHJLG7DRXX
4+
Date,2024-01-15
5+
Workflow,GenerateFASTQ
6+
Application,FASTQ Only
7+
Instrument Type,NovaSeq 6000
8+
Assay,TruSeq DNA PCR-Free
9+
Index Adapters,TruSeq DNA UD Indexes (96 Indexes)
10+
Chemistry,Amplicon
11+
12+
[Reads]
13+
151
14+
151
15+
16+
[Settings]
17+
ReverseComplement,0
18+
Adapter,AGATCGGAAGAGCACACGTCTGAACTCCAGTCA
19+
AdapterRead2,AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT
20+
21+
[Data]
22+
Lane,Sample_ID,Sample_Name,Sample_Plate,Sample_Well,I7_Index_ID,index,I5_Index_ID,index2,Sample_Project,Description
23+
1,Sample1,SampleOne,,A01,UDP0001,CAAGACAGAT,UDP0001,ACTATAGCCT,ProjectAlpha,WGS_batch1
24+
1,Sample2,SampleTwo,,B01,UDP0002,TGAACCTGAT,UDP0002,TGATACGTCC,ProjectAlpha,WGS_batch1
25+
1,Sample3,SampleThree,,C01,UDP0003,GCACAACGTT,UDP0003,CATCTCACAG,ProjectAlpha,WGS_batch1
26+
2,Sample4,SampleFour,,D01,UDP0004,ATCGCCTGTT,UDP0004,GACTAGCATG,ProjectBeta,WGS_batch2
27+
2,Sample5,SampleFive,,E01,UDP0005,CTTGTAGCAA,UDP0005,TGCGTCAGCC,ProjectBeta,WGS_batch2
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[Header]
2+
FileFormatVersion,2
3+
RunName,240115_LH00336_0025_A227HGJLT3
4+
InstrumentPlatform,NovaSeqXSeries
5+
6+
[Reads]
7+
Read1Cycles,151
8+
Read2Cycles,151
9+
Index1Cycles,10
10+
Index2Cycles,10
11+
12+
[BCLConvert_Settings]
13+
SoftwareVersion,3.9.3
14+
AdapterRead1,CTGTCTCTTATACACATCT
15+
AdapterRead2,CTGTCTCTTATACACATCT
16+
OverrideCycles,Y151;I10;I10;Y151
17+
18+
[BCLConvert_Data]
19+
Lane,Sample_ID,Sample_Name,Index,Index2,Sample_Project
20+
1,Sample1,SampleOne,ATTACTCGAT,TATAGCCTGT,ProjectAlpha
21+
1,Sample2,SampleTwo,TCCGGAGACC,ATAGAGGCAC,ProjectAlpha
22+
1,Sample3,SampleThree,TAGGCATGCA,CCTATCCTAG,ProjectAlpha
23+
2,Sample4,SampleFour,CTCTCTACGC,GGCTCTGAGA,ProjectBeta
24+
2,Sample5,SampleFive,CGGAGCCTAA,AGGCGAAGAG,ProjectBeta

0 commit comments

Comments
 (0)