Releases: hivdb/sierra-client
Releases · hivdb/sierra-client
SierraPy 0.4.3
Release 0.4.3
SierraPy 0.4.2
Release 0.4.2
0.2.1 released
Features:
- add support for Python 3.6
Bugfix:
- fix broken subcommand
pattern
0.2.0 released
Features:
- expose HIValg parameters in
pattern_analysis
method - refactor command line tool mainly by replacing
argparse
withclick
- 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
Features:
- new subcommand
pattern
to analyze multiple lists of mutations - new methods
iter_pattern_analysis
andpattern_analysis
to support
multiple lists of mutations - new method
iter_sequence_analysis
available inSierraClient
- by default return version object in DrugResistance object
- adjust dependencies
- new method
toggle_progress
inSierraClient
to allow progress meter
being switch on and off