Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 16:35

Added

  • query_length and target_length properties to FullResult 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.