table of contents
other versions
- bullseye 1.11-1
- testing 1.13-4+b1
- unstable 1.16.1-1
- experimental 1.14-1~exp2
samtools-flags(1) | Bioinformatics tools | samtools-flags(1) |
NAME¶
samtools flags - convert between textual and numeric flag representation.
SYNOPSIS¶
samtools flags INT|STR[,...]
DESCRIPTION¶
Convert between textual and numeric flag representation.
FLAGS:
0x1 | PAIRED | paired-end (or multiple-segment) sequencing technology |
0x2 | PROPER_PAIR | each segment properly aligned according to the aligner |
0x4 | UNMAP | segment unmapped |
0x8 | MUNMAP | next segment in the template unmapped |
0x10 | REVERSE | SEQ is reverse complemented |
0x20 | MREVERSE | SEQ of the next segment in the template is reverse complemented |
0x40 | READ1 | the first segment in the template |
0x80 | READ2 | the last segment in the template |
0x100 | SECONDARY | secondary alignment |
0x200 | QCFAIL | not passing quality controls |
0x400 | DUP | PCR or optical duplicate |
0x800 | SUPPLEMENTARY | supplementary alignment |
AUTHOR¶
Written by Petr Danacek from the Sanger Institute.
SEE ALSO¶
Samtools website: <http://www.htslib.org/>
22 September 2020 | samtools-1.11 |