Closed ghuls closed 9 months ago
This was likely named "properly aligned" in the context of knowing it's typically only set for segmented reads. The specification definition is a bit fuzzy since it's up to the aligner to determine whether the segments are sensibly placed.
Retaining the "proper" terminology, is renaming PROPERLY_ALIGNED
to PROPERLY_SEGMENTED
sufficient?
Retaining the "proper" terminology, is renaming
PROPERLY_ALIGNED
toPROPERLY_SEGMENTED
sufficient?
I think so.
Why
Flags::PROPERLY_ALIGNED
instead ofFlags::PROPERLY_PAIRED
? As far as I am aware this flag is never set for single-end reads soFlags::PROPERLY_ALIGNED
looks confusing to me.samtools flags
output:Noodles flag names:
HTSlib required lists the mandatory SAM fields and meanings of flag values:
https://www.htslib.org/doc/sam.html