Hello,
A bit of content. I am having four times two fastq files (R1 and R2). Four times because I have four different libraries each containing approximately ~ 50 samples. Additionally, I have paired primers and paired barcodes.
As a first step, I would like to demultiplex and align the reads by using make.contigs. Here I am getting into trouble, my all sequences are saved into L3_R1.scrap.contigs.fasta. and I wonder what went wrong.
The oligos file looks following:
primer GTTYGATYMTGGCTCAG GCWGCCWCCCGTAGGWGT V1-V2
barcode CTGGATAA CTGGATAA A13
barcode ATAAGGTC ATAAGGTC A14
barcode AATAAGGA AATAAGGA A20
barcode TACTTATC TACTTATC A21
barcode ATCTCAGT ATCTCAGT A22
barcode GTCAACGT GTCAACGT A23
…
Might this be related to the fact that between barcode and primer there is another sequence (linker)?
However, adding the linker sequence to the oligo file doesn’t really solve the problem.
primer GTTYGATYMTGGCTCAG GCWGCCWCCCGTAGGWGT V1-V2
linker GAGCCGTAGCCAGTCTGC GCCGTGACCGTGACATCG
barcode CTGGATAA CTGGATAA A13
…
Then, I am getting another error:
mothur > make.contigs(ffastq=L3_R1.fastq, rfastq=L3_R2.fastq, oligos=L3_oligos_file.txt)
Using 16 processors.
[WARNING]: GCCGTGACCGTGACATCG is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring BARCODE.
[WARNING]: CTGGATAA is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring CTGGATAA.
[WARNING]: A13 is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring BARCODE.
[WARNING]: ATAAGGTC is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring ATAAGGTC.
[WARNING]: A14 is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring BARCODE.
[WARNING]: AATAAGGA is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring AATAAGGA.
[WARNING]: A20 is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring BARCODE.
[WARNING]: TACTTATC is not recognized as a valid type. Choices are forward, reverse, and barcode. Ignoring TACTTATC.
…
[ERROR]: cannot mix paired primers and barcodes with non paired or linkers and spacers, quitting.
Making contigs…
What is the right way to make the make.contigs work?
Many thanks! Joanna