Weird Fastq Sequences
I download from 1000genome websites some fastq files shown as below:
@VAB_BARB_20080515_2_Broad_3b_150_2276_6_37_F3
T21123313121322132222331223311312223
+
!'$'&(,&#%4,('%$*$,##+0#-+($)#$%$$&)
What doesn't the second line show up ATGC? Or they use 123 to represent the letter?
Also, such data come from files named as XXXX.fastq.gz While those "normal" data come from files named as XXXX.recal.fastq.gz
So this inspires me to ask what does this "recal" mean?
thx
• 2,379 views
•
link
1 answer
Those read sequences are in colorspace rather than basespace, which means that the sequencing was performed using applied biosystems SOLiD sequencing technology. There are aligners that are capable of aligning reads in that format such as bioscope, SHRiMP and BWA. More information about the dibase encoding can be found here.
• 0 views
•
link
Log in to answer this question.