Do we use all four files in the make.contigs command?
Does it make sense to use the following:
mothur > make.contigs(ffastq=forward.fastq, rfastq=reverse.fastq, findex=forwardIndex.fastq, none)
##this should generate a four column stability file correct?
then use:
mothur > make.contigs(file=sequences.stability , oligos=sequences.oligos)
##Alternatively is there any way to do this all in one command instead of splitting it into two?
Thank you in advance and sorry if my questions seem naive as we are new to mothur.
mothur oligo (no header):
barcode AGCCTTCGTCGC BG165stl
I can’t remember if the barcode has already been RC’d for the qiime mapfile. If this throws all your sequences in the scrap, RC the barcodes and try again. Pat posted R code to do just that for an oligo file sometime in the past, you could search for “argonne” to find it
Using 4 processors.
d?ԙYOK??-PD?EK???L?f?͡?;RP;??z???,oBcƚ?V is in your forward fastq file and not in your reverse file, please remove it using the remove.seqs command before proceeding.
m_0???ŧ&.?1F7XL?5??Ɨ??q.1??Y?EH#EpUe??wa???lLni"???^ is in your forward fastq file and not in your reverse file, please remove it using the remove.seqs command before proceeding.
is in your forward fastq file and not in your reverse file, please remove it using the remove.seqs command before proceeding.
??+]???<?_¬~P??Q-?sM?U/|??<?G??eo)?[?I%,???`~?O4*%???L?%,??1???}???* is in your forward fastq file and not in your reverse file, please remove it using the remove.seqs command before proceeding.
[ERROR]: cannot mix paired primers and barcodes with non paired or linkers and spacers, quitting.
Making contigs…
Segmentation fault (core dumped)
not sure about the error. But you shouldn’t have your forward primer in your oligos because it isn’t sequenced using either the Caporasso or Kozich primer set up.
Mothur expects the barcodes and primers to be paired for make.contigs. You can indicate that they are not using the keyword NONE. Here is a link to the oligos wiki page, http://www.mothur.org/wiki/Oligos_File, and an example:
Oligos File: forward primer with no reverse, barcode in forward index file.
primer GTGTGYCAGCMGCCGCGGTAA NONE
barcode AGCCTTCGTCGC NONE BG165stl
The strange output looks like mothur is misreading the compressed file. Are you running our Windows version? The windows version does not support reading from compressed files.