@thermokarst I am using this method to demultiplex paired end data. I have data for 4 conditions and each condition has varying number of replicates (4,4,6,8). Now I have 4 paired-end multiplexed file which each needs to be demultiplexed to produce the individual sample files. I have a metadata file which stores information on the samples and respective barcodes. The barcode is 3 base long and present at the 5' of each forward read. The barcode is unique for all samples within the same condition but identical with sample in other condition (Not a problem! I would have to demultiplex all groups separately). I first imported using MultiplexedPairedEndBarcodeInSequence. Then I used cutadapt demux-paired to demultiplex. The result I got was quite shocking as all samples have very different number of reads. For example the read number corrosponding to first barcode sequence is largest ~2000 reads and then it keeps reducing and the last sample is usually only have around 10-15 reads. I tried with all different groups and its the same result. I also counted the number of reads respective to each barcode and it is different than what I am getting with this tool. Do you have any idea why is it so? I can provide detail on the outputs if necessary.
Thanks for the help.
Tayyaba