I have sequenced several samples on Ilumina Miseq, generating paired-end reads (2*250bp) spanning V3-V4 region of 16S rDNA.
I want to analyze these samples with QIIME v1.8. The script split_libraries_fastq.py
in QIIME aimes to demultiplex and quality filter raw fastq seqeunces, with seperate fastq files for sequence and barcode reads as input.
However, at present I only have demultiplexed paired-end fastq files produced by Miseq, which were generated by Miseq by default when sequencing was completed. And I don't have the barcode fastq files required by QIIME. What should I do to proceed with split_libraries_fastq.py
to process my demultiplexed files?
Many thanks!
Do you mean, you don't have the bar codes used for different samples at all? In that case, there is not much to do in my understanding.
I have barcode sequences for all samples. But I don't have the so-called barcode fastq files required by QIIME.
The Miseq instrument has demultiplexed all samples for me, therefore there is no need to use the demultiplex function of QIIME at all. I only want to use quality control function of the `split_libraries_fastq.py` in QIIME.