Entering edit mode
7.4 years ago
bruseq
▴
40
Hello everyone,
I am using samtools to get mpileup file.
but there is an degenerative characters "-1y, -1Y, -1s" etc. also shown in the mpileup file.
I want to know why these degenerative characters are shown in mpileup file.
Please help me to sort the above problem.
Thanks,
Divya
I have not seen such characters myself - perhaps it is a new feature of sorts. For now to avoid confusion you should post the command and the output that you are getting. Just to make sure that it is not something else.
Thanks for your reply,
I m using samtools version
0.1.19-96b5f2294a
Here below I m posting the command
Error lines
samtools
0.1.19-96b5f2294a
looks like a more than four years old (basically ancient) version of the tool - addition you see that96b5f2294a
that is also pretty weird.The current version is
1.5
see if that version ofsamtools mpileup
does the same.Hello sir,
Now I installed samtools version-1.5 but the problem is persist in the mpileup file. Any suggestion.
Looks like they could be indels.
Thanks for the comment @ Saumel
That I know the -1 are the indels but I didn't get why these "y" and "s" characters also encounter with -1 in the mpileup file.
The manual does not mention these charcaters so it is quite the head scratcher.
http://www.htslib.org/doc/samtools.html
I would open an issue on the github page to ask for clarification (and you can reference this post in the issue).
https://github.com/samtools/samtools/issues
(and please come back and let us know what the resolution is)
To throw in an idea: Aren't y and s IUPACs that are present if two or more nucleotides are to be represented? But I do not know enough about the pileup format to say if that makes sense t this context here.