Exactly, thanx for reminding. ]-33=60.
Samtools Pileup Characters
1 answer
Six G's on the reverse strand (lower case), Six G's on the forward strand (uppercase), once the end of a read (the dollar sign) one start of a read segment (the caret sign) followed by the "ASCII of the character following ^ minus 33 gives the mapping quality" which is in this case: ord(']')-33=60 See the pileup format description
Andreas
Note: Corrected an earlier version which wrongly used ord('[')-33=58.
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.