v0.2.0
Added
query_length
andtarget_length
properties toFullResult
to the lenghts of the complete query and target sequences.FullResult.coverage
method to compute the coverage of the alignment using either the query or the target as the reference.
Changed
- Compile Cython extension with
binding=False
to fix rendering of documentation.
Fixed
- Insertion & deletion symbols being inverted in
FullResult.cigar
strings.