Manual page from samtools-1.10
released on 6 December 2019

NAME

samtools flags – convert between textual and numeric flag representation.

SYNOPSIS

samtools flags INT|STR[,...]

DESCRIPTION

Convert between textual and numeric flag representation.

FLAGS:

0x1PAIREDpaired-end (or multiple-segment) sequencing technology
0x2PROPER_PAIReach segment properly aligned according to the aligner
0x4UNMAPsegment unmapped
0x8MUNMAPnext segment in the template unmapped
0x10REVERSESEQ is reverse complemented
0x20MREVERSESEQ of the next segment in the template is reverse complemented
0x40READ1the first segment in the template
0x80READ2the last segment in the template
0x100SECONDARYsecondary alignment
0x200QCFAILnot passing quality controls
0x400DUPPCR or optical duplicate
0x800SUPPLEMENTARYsupplementary alignment

AUTHOR

Written by Petr Danacek from the Sanger Institute.

SEE ALSO

samtools (1)

Samtools website: <http://www.htslib.org/>