Code:
scaffold1 25513 G 20 <<,,,,,a,A,aa,a,AA.. #A.CCFG6G6F67E:F<6GF
The only special characters I'm expecting to see are '.' and ',' (indicating forward and reverse matches) '+' and '-' (indicating indels), and '^' (followed by a symbol indicating read-mapping quality) and '$' (indicating the beginning and end of a read respectively).
So can anyone tell me what '<' means in column 5?
EDIT: To answer my own question somewhat, '<' and '>' indicate a "reference skip" according to the mpileup documentation. (Although they are not mentioned in the pileup format documentation, which is why I couldn't find them.) However, I have absolutely no idea what "reference skip" means, so I'm still out of luck. If it's referring to a base that is not covered (e.g. due to splicing) then shouldn't the coverage ideally be reported as 18, not 20?