Closed messersc closed 5 years ago
[Data]
lane,sample_id,index,sample_project
1,SP007,AATCTCTC,Project
1,SP007,CGGAGGGA,Project
1,SP007,GTCTCTCG,Project
1,SP007,TCAGAAAT,Project
the sample_ids do not need to be unique for bcl2fastq2 to work, however sequences for all 4 barcodes will end up in the same fastq file this way.
Use case
10x runs are indexed with pools instead of just one index per sample. In these cases, web api will return a comma-separated list (actually a string) of indices.
To be able to use bcl2fastq, samples need to be split onto multiple lines, one per sequence in the pool. For this, we need to add another samplesheet writer or extend the current one for bcl2fastq2.
For a webtool to create samplesheets for 10x data, see https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/bcl2fastq-direct
Example of non-spec sheet
Example of a good sheet