dentist ~master (2019-01-03T11:08:59Z)
Dub
Repo
isBefore
dentist
common
alignments
Returns true iff ac1 begins before ac2 on the given contig (in).
bool
isBefore
pure
(
string
contig
)
(
in
AlignmentChain
ac1
,
in
AlignmentChain
ac2
)
if
(
contig
== "contigA" ||
contig
== "contigB"
)
Meta
Source
See Implementation
dentist
common
alignments
aliases
PileUp
enums
AlignmentLocationSeed
ReadAlignmentType
functions
alignmentCoverage
getAlignmentRefs
getType
isBefore
makeJoin
to
structs
AlignmentChain
ReadAlignment
SeededAlignment
Returns true iff ac1 begins before ac2 on the given contig (in).