Entering edit mode
7.9 years ago
kapuriakaran
•
0
I am doing some analysis on 16S data. I have been provided with a merged fasta and a qual file from the Sequencer. There are 77 samples in this files. I converted it to fastq file. Now these file has barcodes and primers already removed from them. I want to demultiplex these files according to samples for downstream analysis. I have a mapping file with me.
I dont know how to split the file according to samples as the barcodes are already removed from them.
Do you not have the file(s) from before the barcode/adapter trimming? Trimming barcodes/adapters before demultiplexing makes no sense.
Can you please
head
the converted FASTQ file so we can get a basic overview of its structure?+1. Sometimes the barcodes are in the read name.
Assuming this is the case (which hopefully it is), which tool will help him do what he needs? Fill in the blank:
BB_________
That would be...
...assuming the bar code is the last 8 characters of the read name. Alternately, if you have a list of barcodes, you could use "substringmode=t names=barcodes.txt".