How can I make sure that the lane index is included in the STARsolo count matrix barcodes list?
If I run CellRanger and STARsolo on the same set of FASTQs I get full barcodes in CellRanger output:
(base) [mkarikom@gl1515 mkarikom]$ zcat 2024-05-14_rxn1_S1_Cellranger/outs/raw_feature_bc_matrix/barcodes.tsv.gz|head
AAACCAAAGAAACCAA-1
AAACCAAAGAAACCCC-1
AAACCAAAGAAACGGT-1
AAACCAAAGAAAGGTC-1
AAACCAAAGAAAGTCA-1
AAACCAAAGAAATCAG-1
AAACCAAAGAAATGGC-1
AAACCAAAGAAATTGG-1
AAACCAAAGAACAGAC-1
AAACCAAAGAACAGGT-1
But STARsolo is only reporting the nucleotide sequence without the lane index:
(base) [mkarikom@gl1515 mkarikom]$ head 2024-05-14_rxn1_S1_Solo.out/Gene/raw/barcodes.tsv
AAACCAAAGAGTACGG
AAACCAAAGATTCAGT
AAACCAGCAAGCTGGG
AAACCAGCACCGTTAG
AAACCATTCAATGCGC
AAACCCATCAATATTG
AAACCCATCCACTACT
AAACCCATCCCTGATT
AAACCCATCCGACTAA
AAACCCATCGGCTCTC
Why do you want to do this? Does Illumina even make instruments anymore where you can have one sample in one lane, and a different sample in a separate lane of the same run?