This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Mpileup -Q -L And -D Mean?
samtools mpileup -q 5 -L 10000 -d 10000
mpileup

1 answer

I assume you're asking "what do the options mean?"

Try reading samtools commands and options. The options are all clearly defined in the documentation.

Log in to answer this question.