Skip to content

Releases: hivdb/sierra-client

SierraPy 0.4.3

26 Apr 22:32
Compare
Choose a tag to compare
Release 0.4.3

SierraPy 0.4.2

14 Mar 20:37
Compare
Choose a tag to compare
Release 0.4.2

0.2.1 released

18 Jan 20:34
Compare
Choose a tag to compare

Features:

  • add support for Python 3.6

Bugfix:

  • fix broken subcommand pattern

0.2.0 released

15 Nov 02:25
72630e4
Compare
Choose a tag to compare

Features:

  • expose HIValg parameters in pattern_analysis method
  • refactor command line tool mainly by replacing argparse with click
  • new subcommand recipe to support customized post-process
  • new recipe alignment to output aligned sequences (FASTA)

Bugfix:

  • fix a bug that sequence header was accidently prepended to the sequence

Release 0.1.2

19 Dec 23:17
Compare
Choose a tag to compare

Features:

  • new subcommand pattern to analyze multiple lists of mutations
  • new methods iter_pattern_analysis and pattern_analysis to support
    multiple lists of mutations
  • new method iter_sequence_analysis available in SierraClient
  • by default return version object in DrugResistance object
  • adjust dependencies
  • new method toggle_progress in SierraClient to allow progress meter
    being switch on and off