I got the following files from a service provider while doing MiSeq sequencing. Can someone help me in demultiplexing and splitting this files? I have used 24 independent indexes for indexing.
Read1:
@130110_A5T23:1:1101:15646:1320:1#0/1
NAGTAAGATACAGTCTATCGGGTTTAAGTTATACAACATAGTACAGTACATTCATACCTACCTCTGCAATTAAATTTGGCGGTGTCATAATGTCTTTCAGCACAACTAAAAGAAAAGTTTAAAAGTGATATAAAGTTATCTTTTGCACTT
+
#>>AABFFFFFFGGGGGGGGGGCFGHHHHHHHHHHHHHHHHGFHHHHHHHHGHGHHHHHHGHHGHHHGHHHHHHHHHEHGGGEEFGHHHHFHHHGHHHHFHHHHGGGHHHHGGHHGHHHHHHHGHBGHHHHHHHHHFHFHHHHHGHFHHH
@130110_A5T23:1:1101:17282:1320:0#0/1
NGGGAGGATGGCTTGAGCCTAGAGGGTTGAGGCTGCAGTGAGCTGTGAGCATGCCATTGCACTCCAGCCTGGGCAACAGAGTGAGGCTCTGTCTCAAAAAAAAAAAAAAAAAAAAAAGAAATAAAATATAAGGGACATAAAATAAAGCAA
+
#>>AAA1A1B>F1A1FAFGCG0GBFEAAEHGBFCFFHHA1FEGGFFGGFFHHHGHHHHGHHHHHHHHHGHGGGHHGHHHFHGHGFGGHHHHHHHHHFGHHGGGEGGGGGGGGGGGCC.<<G0DGGFC:CCC0CC.::00:<00:9C####
Index
@130110_A5T23:1:1101:15646:1320:1#0/2
NTTGTATC
+
#>>AAAFF
@130110_A5T23:1:1101:17282:1320:0#0/2
NTTAGTCT
+
#1>>AAFF
Have you just tried using FastqMultx from ea-utils (http://code.google.com/p/ea-utils/wiki/FastqMultx)? You'll have to make a file specifying index:sample relationship, but it seems otherwise straightforward and supports paired-end demultiplexing.
+1 I didn't know about this tool. This looks like the best way to go.
So all you have available is two FASTQ files, one for the index read and one for the single read, is that correct? Because if you have the basecall data we can run CASAVA. If these two files are all you have I can code up something for you Friday morning.
Hi Deedee, Thanks for you reply. Yah you are right, I have only the fastq files, not the raw files. And this is actually a paired end run. I have Read1, Read2 and Index ;these three fastq files. It will be of great help if you can write a code for me as I dont know to write codes for such conditions. Thanks and regards