This is a test version of Biostars. For the public version, visit https://www.biostars.org.
what information is inclued in QNAME (Read ID) in sam file

I can find this description online: QNAME: Query template NAME. Reads/segments having identical QNAME are regarded to come from the same template. A QNAME ‘*’ indicates the information is unavailable. In a SAM file, a read may occupy multiple alignment lines, when its alignment is chimeric or when multiple mappings are given.

The qname example is: M04402:7:000000000-ANGUV:1:2103:23029:8212

This is from a Miseq run, so what is the meaning of these number?

Thanks!!

bam sam qname

2 answers

If you are only interested in the meaning of that header (referred to as qname in SAM format) then check this link.

Thanks a lot, that is exactly what I want.

QNAME: Query template NAME. For further info visit samtools format specs

Log in to answer this question.