Yes, the samples were demultiplexed using bcl2fastq (GenoMax is correct). From what I understand how the tool works, it uses the barcodes to assign a read to a specific sample based on the barcodes ligated to it (i5 and i7) at the library preparation step of the Illumina procedure.
Unfortunately the fastq file doesn't contains any barcodes anymore, as they were discarded during the demultiplexing. I don't think bcl2fastq has the option to keep the barcodes in the read.
Samples 8-2 and 6-2 show the highes number of reads, but looking at the barcodes in the fastq header, they also have the correct barcodes. It seems that this is probably not the source of the index hopping, but the question is, whether or not it is possible, that reads from the two lowest samples (3-1 and 1-1) were somehow attached to the two other samples in a way that they were stolen from them, while still maintaining the correct barcodes structure. Something like that:
L1<8-1.1><3-1.2>R1
L1<3-1.2><8-2.1>R1
L1 and R1 are the barcodes for sample 8-1, but they enclose reads from both samples. Can something like that happen?


What is the % of these index hopped reads compared to demultiplexed data? Was this run borderline overloaded?
If you are able to do it then I suggest that you demultiplex the data using Illumina
bcl-convertinstead ofbcl2fastq.. It produces an explicit report for index hopping.I will try
bcl-convertif I can just find out how to install it on ubuntu :-)I manage to install the tool. When running it I get the following warning:
and after the run is finish the file
Index_Hopping_Counts.csvis empty.Any idea what it is or how to change it, if possible?
Looks like your i7 indexes are not diverse enough. If you had allowed 1 error in indexes during demultiplexing try using only perfect matches with setting below in your samplesheet.
Yes, I tried this as well. The warning still shows up and the file is still empty