multiple runs used same barcode

Hi,

I first got about 120 .sff files from the company, which did the 454 analysis for us. :shock:
In the end we managed to merge them into 2 separate sff-file, but not one.
This is because they re-used the same bar-codes on two separate runs without any concern on how we designed the experiments. :sunglasses:
I would like to follow the SOP, but I have some doubts how this segregation will effect the shhh.flows command etc.
If anyone has encountered a similar problem, I would really appreciate any suggestion how to handle it.
:slight_smile:
Thank you
Alex

If you want to keep the 2 runs separate, you should create a second oligos file. Then you can use the sff.multiple command, http://www.mothur.org/wiki/Sff.multiple, to run trim.flows, shhh.flows and trim.seqs. Something like:

forward CCGTCAATTCMTTTRAGT
barcode AATGGTAC F003D000_1
barcode AACCTGGC F003D002_1
barcode TTCGTGGC F003D004_1
barcode TTCTTGAC F003D006_1
barcode TTCGCGAC F003D008_1
barcode TCCAGAAC F003D142_1
barcode AAGGCCTC F003D144_1
barcode TGACCGTC F003D146_1
barcode AGGTTGTC F003D148_1
barcode TGGTGAAC F003D150_1
barcode AACCGTGTC MOCK.GQY1XT001_1

and

forward CCGTCAATTCMTTTRAGT
barcode AATGGTAC F003D000_2
barcode AACCTGGC F003D002_2
barcode TTCGTGGC F003D004_2
barcode TTCTTGAC F003D006_2
barcode TTCGCGAC F003D008_2
barcode TCCAGAAC F003D142_2
barcode AAGGCCTC F003D144_2
barcode TGACCGTC F003D146_2
barcode AGGTTGTC F003D148_2
barcode TGGTGAAC F003D150_2
barcode AACCGTGTC MOCK.GQY1XT001_2

You can create a design file, or use the get.groups and merge.groups commands if you would like to pool sequences from the same barcode and different runs later in your analysis.

or run the pipeline up through trim.seqs on each file individually then concatenate the fasta, names, and groups files