Hi Sarah,
Yes I have an excel file as table below.
Sample_ID |
I7_Index_ID |
index |
I5_Index_ID |
index2 |
VHT 76 |
D701 |
ATTACTCG |
D501 |
TATAGCCT |
ReverseComplement |
0 |
Adapter |
AGATCGGAAGAGCACACGTCTGAACTCCAGTCA |
AdapterRead2 |
AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT |
I have tried your command line it is not working.
mothur > make.contigs(ffastq=VHT76_R1_001.fastq, VHT76_R2_001.fastq, findex=findex, rindex=rindex, bdiffs=1, oligos=vht76_bacodes_test.oligos)
[WARNING]: VHT76_R2_001.fastq is not a valid parameter, ignoring.
The valid parameters are: ffastq, rfastq, ffasta, rfasta, fqfile, rqfile, file, oligos, findex, rindex, qfile, pdiffs, bdiffs, tdiffs, checkorient, align, allfiles, trimoverlap, match, mismatch, gapopen, gapextend, insert, deltaq, maxee, processors, format, ksize, seed, inputdir, and outputdir.
[ERROR]: If you provide use the ffastq, you must provide a rfastq file.
Using 4 processors.
[ERROR]: did not complete make.contigs.
But I have tried your instructions in previous it seems working.
Then you can make a group file and merged fasta file:
mothur > make.group(fasta=yourFastaFileSample1-yourFastaFileSample2…, groups=sample1-sample2…)
mothur > merge.files(input=yourFastaFileSample1-yourFastaFileSample2…, output=merged.fasta)
then continue with the
MISeq SOP, http://www.mothur.org/wiki/MiSeq_SOP .
make.contigs(file=stability.paired.files, oligos=vht76_bacodes_test.oligos, pdiffs=2)
Processing file pair VHT76_R1_001.fastq - VHT76_R2_001.fastq (files 1 of 1) <<<<<
Making contigs…
Done.
It took 84 secs to assemble 229298 reads.
Output File Names:
stability.paired.trim.contigs.fasta
stability.paired.scrap.contigs.fasta
stability.paired.contigs.report
screen.seqs(fasta=stability.paired.scrap.contigs.fasta, group=stability.paired.scrap.contigs.groups, maxambig=0, maxlength=275)
It took 2 secs to screen 229298 sequences, removed 229132.
It removed 99.92% of my sequence!!!
but I still continue further
I used: silva.nr_v138.align
summary.seqs(fasta=stability.paired.scrap.contigs.good.unique.align, count=stability.paired.scrap.contigs.good.count_table)
Using 8 processors.
Start End NBases Ambigs Polymer NumSeqs
Minimum: 1 33 1 0 1 1
2.5%-tile: 1 1231 3 0 1 5
25%-tile: 1 1250 3 0 1 42
Median: 13389 13425 6 0 3 84
75%-tile: 13404 13425 12 0 3 125
97.5%-tile: 13422 13425 42 0 4 162
Maximum: 13425 13425 58 0 6 166
Mean: 8039 8779 9 0 2
of unique seqs: 138
total # of seqs: 166
mothur > screen.seqs(fasta=stability.paired.scrap.contigs.good.unique.align, count=stability.paired.scrap.contigs.good.count_table, stability.paired.scrap.contigs.good.unique.summary, start=8039, end=8799, maxhomop=8)
[WARNING]: stability.paired.scrap.contigs.good.unique.summary is not a valid parameter, ignoring.
The valid parameters are: fasta, contigsreport, alignreport, summary, name, count, group, qfile, taxonomy, start, end, maxambig, maxhomop, minlength, maxlength, processors, criteria, optimize, seed, inputdir, outputdir, minoverlap, ostart, oend, mismatches, maxn, minscore, maxinsert, and minsim.
Using 8 processors.
It took 0 secs to screen 138 sequences, removed 138.
It stops at filter.seqs
mothur > filter.seqs(fasta=stability.paired.scrap.contigs.good.unique.good.align, vertical=T, trump=.)
Using 8 processors.
[ERROR]: stability.paired.scrap.contigs.good.unique.good.align is blank. Please correct.
Creating Filter…
[ERROR]: stability.paired.scrap.contigs.good.unique.good.align is blank. Please correct.
Error in reading your fastafile, at position -1. Blank name.
It took 0 secs to create filter for 0 sequences.