Converting Solexa eland to Solexa fastq
1
0
Entering edit mode
9.3 years ago
ChIP ▴ 600

Hi,

I have a solexa eland file:

SOLEXAWS1       0       5       1       2013    985     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       4049    987     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       4263    988     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       4452    988     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       6118    985     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       7538    983     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       8405    987     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       8645    983     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       8838    987     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N
SOLEXAWS1       0       5       1       9156    985     0       1       NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     QC                                                                                  N

Need to convert this into Solexa fastq.

Can anyone help me with awk or python or perl script to do this.

Thank you

perl python awk R • 2.4k views
ADD COMMENT
1
Entering edit mode

I would go with the awk script in the threads that Ram listed

Converting Solexa Reads To Fastq And Identifying Mismatched Bases

ADD REPLY
0
Entering edit mode
9.3 years ago
Ram 43k

Did you check this thread? Or this?

ADD COMMENT
0
Entering edit mode

The perl script at the thread Export2Fastq Conversion and second one I don't know, if it is correct.

ADD REPLY
0
Entering edit mode

You can modify the perl script and map the indices - as far as I can see, you have header info in columns 0 to 7, sequence in col 8 and quality in col 9.

ADD REPLY

Login before adding your answer.

Traffic: 1941 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6