I have a MiSeq run which produced two fastq files; one of which contained all forward reads, and the second all reverse reads in the same orientation that needed to be reverse complimented.
In my data each fastq file shows a mixture of orientated reads:
Fastq1
BARCODE--F. PRIMER--NNNN
BARCODE--R.PRIMER--NNNN
Fastq 2
BARCODE--R.PRIMER--NNNN
BARCODE--F. PRIMER--NNNN
I guess that join_paied_reads.py script designed to join overlapping PE reads will not be able to take into consideration the mixture of Fwd and Rev sequences in each file? The same is with make.contigs function in MOTHUR.
Is this normal, or should I be seeing all Fwd and Rev primer sequences in separate Fastqs?
Is there any way to analyze such data by QIIME or MOTHUR?
I have used qiime for 454 data analysis but am new to Illumina data and not good in custom scripting.