Thanks Pat but I am getting really confused now about your comment on sequencing both directions on 454. What exactly do you mean by “chose to pool all their data in one direction.”?
The sequence file was handed to me by my PI, so I actually dont know how the sequencing was done and how these sequences were generated. As far as I can tell, it was done with 454 GS FLX.
I apologize for my stupidity but since the oligo file was in above format (paired format), I assume the sequencing was done on both directions.
Given that, I did
[b]mothur > trim.flows(flow=sample01.flow, oligos=sample01.oligos, order=B, pdiffs=2, bdiffs=1, processors=4)
with sample01.oligos in this format
forward GAGTTTGATCMTGGCTCAG
#reverse TACCAGGGTATCTAATCC
barcode ACGAGTGCGT A0087
barcode ACGCTCGACA A0088
barcode AGACGCACTC A0117
barcode AGCACTGTAG A0122
barcode ATCAGACACG A0124
barcode ATATCGCGAG A0126[/b]
everything seems to work fine and I can go all the way to the align command.
But then what I try to do the reverse, everything goes to scrap again
I did
[b]mothur > trim.flows(flow=sample02.flow, oligos=sample02.oligos, order=B, pdiffs=2, bdiffs=1, processors=4)
with sample02.oligos in this format
#forward GAGTTTGATCMTGGCTCAG
reverse TACCAGGGTATCTAATCC
barcode ACGAGTGCGT A0087
barcode ACGCTCGACA A0088
barcode AGACGCACTC A0117
barcode AGCACTGTAG A0122
barcode ATCAGACACG A0124
barcode ATATCGCGAG A0126[/b]
I also tried
reverse TACCAGGGTATCTAATCC
barcode ACGAGTGCGT A0087
barcode ACGCTCGACA A0088
barcode AGACGCACTC A0117
barcode AGCACTGTAG A0122
barcode ATCAGACACG A0124
barcode ATATCGCGAG A0126
and
forward TACCAGGGTATCTAATCC
barcode ACGAGTGCGT A0087
barcode ACGCTCGACA A0088
barcode AGACGCACTC A0117
barcode AGCACTGTAG A0122
barcode ATCAGACACG A0124
barcode ATATCGCGAG A0126
but all didn’t work. I believe I must have misunderstood something, but I just cannot figure out.
Please help. And I apologize for this super long post.