Hi Everyone. I have Iseq run BCL files and I am trying to perform demultiplexing using the following command
bcl2fastq --runfolder-dir 20221017_FS10000388_34_BPN80013-1437 -p 12 --output-dir 20221017_FS10000388_34_BPN80013-1437/fastq_files --sample-sheet 20221017_FS10000388_34_BPN80013-1437/SampleSheet.csv
I am trying to figure out what went wrong. The multiqc report after running the bcl2fastq
can be found here
My Samplesheet looks like:
Alternately, you can look at the LaneBarcode html output, which is buried in the reports. The path will be something like
Data\Intensities\BaseCalls\Reports\html\FS10000388\all\all\all\laneBarcode.html
But it will only show the 10 most common unknown barcodes per lane.
Yes, @swbarnes2. Thanks for this recommendation. I wasn't aware about this.
Hi GenoMax . Thanks for saving the day. Yes it was the i5 indexes (index 2) that needed to be reverse complemented in the sample sheet. I achieved that using this online server and reran demultiplexing. It worked.