dalicious ~master (2019-07-04T14:03:58Z)
Dub
Repo
SequenceAlignment.partial
dalicious
string
SequenceAlignment
Get a partial alignment with respect to
reference
.
struct
SequenceAlignment
(S, alias scoreFun = "a == b ? 0 : 1")
auto
partial
inout pure nothrow
(
in
size_t
begin
,
in
size_t
end
,
Strip
stripInsertions
=
Strip.none
)
in { assert (this.isValid(), "Attempting to get a partial alignment of an invalid alignment"); }
out (partialAlignment) { assert (partialAlignment.isValid(), "Partial alignment is invalid"); }
Meta
Source
See Implementation
dalicious
string
SequenceAlignment
functions
computeScore
opIndex
partial
stripInsertions
Get a partial alignment with respect to reference.