I tested the mothur with oligos for my raw sample fastq (without trimming my adapter using cutadapt tool). Here i used only two samples in order to test how this work.
Doing so, I have some queries:
What makes difference with and without oligos file to make.contigs command, because the command works fine without too as tutorial of MiSeq_SOP described. I mean, is there any default oligos (once we user dont use his oligos) that mothur uses and so trim the reads as we got output name with *trim.contigs.
Considering using oligos file for paired reads, i got warning in each of my sample, why so ?? what is the groups for here?? (please find logfile created by mohur).
[WARNING]: your oligos file does not contain any group names. mothur will not create a groupfile.
Further, If i conisder oligos for my reads, should i have create this line
primer ATTAGAWACCCBDGTAGTCC CCCGTCAATTCMTTTRAGT
for my each paired sample ?? like i got 52 paired sample fastq file (104 fastq individual). Or this should work with only 1 line of primer ATTAGAWACCCBDGTAGTCC CCCGTCAATTCMTTTRAGT
What makes difference while with and without oligos file to make.contigs command, because this command works fine without too as you have described on MiSeq_SOP. I mean is there any default oligos (once we user dont use his oligos) that mothur uses and so trim the reads as we got output name with *trim.contigs.
There is no default oligos file. The oligos parameter is optional. Some companies remove the primers and barcodes for you and split the reads into files by sample, other do not. The oligos option is used to trim the primers and barcodes from reads that were not trimmed by the sequencing company. It is a necessary step if the barcodes and primers are still attached.
2. Considering using oligos file for paired reads, i got warning in each of my sample, why so ?? what is the groups for here?? (please find logfile created by mohur)
For the make.contigs command you must use paired primers. The oligos file allows you to set either the forward or reverse pair to NONE if needed. For example if you don’t have a reverse barcode or primer you could do this:
primer yourForwardPrimer NONE optionalGroupName
barcode yourForwardBarcode NONE yourGroupName.
The warnings about group names are because you oligos file does not contain group names so mothur can’t create a group file.
Further, If i conisder oligos for my reads, should i have create this line
primer ATTAGAWACCCBDGTAGTCC CCCGTCAATTCMTTTRAGT
for my each paired sample ?? like i got 52 paired sample fastq file (104 fastq individual).
Do you have 52 primer sets or 52 barcode pairs? Here’s a sample of a typical oligos file:
Hi, sorry to intrude into the conversation! But I have a question…
I realised after running almost all SOP that my sequences still had the primers… so this is what I did and just want to know if it is correct.
So I have ran the the make.contigs again adding this time an oligos file as follows
mothur > make.contigs(file=fileList.paired.file, oligos=Pn_bac.oligos)
This time I have about 300000 less sequences and I have and extension to the name with fbddiffs, rbdiffs etc which I didn’t have when I did not use the oligos option the first time.