I'm trying to demultiplex an illumina Novaseq XP worflow S2 flowcell run with a samplesheet in which same barcodes are present for samples in different lanes an example
Sample_ID,Sample_Name,Sample_Plate,Sample_Well,Index_Plate_Well,I7_Index_ID,index,I5_Index_ID,index2,Sample_Project,Description
LIB423,Sample1,A01,D701,ATTACTCG,D501,TATAGCCT,,Lane1
LIB503,Sample20,A01,D701,ATTACTCG,D501,TATAGCCT,,Lane2
using
bcl2fastq -R /mnt/NovaNAS/NovaSeq/190428_A00452_0029_BHJWFFDMXX -p 56 -o . -l TRACE
as expected bcl2fastq gave barcode collision error
2019-04-30 06:07:30 [1360880] ERROR: bcl2fastq::common::Exception: 2019-Apr-30 06:07:30: Success (0): /TeamCityBuildAgent/work/556afd631a5b66d8/src/cxx/lib/layout/BarcodeCollisionDetector.cpp(187): Throw in function void bcl2fastq::layout::BarcodeCollisionDetector::handleCollision(const value_type&, const value_type&)
Dynamic exception type: boost::exception_detail::clone_impl<bcl2fastq::layout::BarcodeCollisionError>
std::exception::what: Identical barcode found for multiple samples in the sample sheet: ATTACTCG+TATAGCCT
Is there any way to demultiplex using this samplesheet or should I create seperate samplesheet and run twice.
i have a same problem, do you fix it?