Skip to content

Releases: PoonLab/sierra-local

Version 0.4.4

04 Mar 14:19
bece954

Choose a tag to compare

What's Changed

  • can now parse new HIVDB files
  • added support for intel MacOS

Full Changelog: v0.4.3...v0.4.4

Version 0.4.3

09 Sep 20:26
07aabf0

Choose a tag to compare

New Features

  • added new args to specify files necessary for isSDRM, isApobecMutation, isUnusual, and primaryType #117
  • added new args to specify where to write output files from the updater -updater_outdir

Bug Fixes

  • fixed issue where isSDRM was missing from mutdict
  • fixed issue where X amino acid was triggering isSDRM incorrectly
  • included directions, and subsequently fixed, --forceupdate

Version 0.4.2

04 Sep 13:29
b96522c

Choose a tag to compare

  • Added binaries for Post-align and Minimap2 (#115)
  • Fixed issues with displaying AAs in the drug resistance fields (#112)
  • Fixed issue with referencing IN mutations documention on HivDB webstite (#105)

Version 0.4

06 May 17:57
b114dbc

Choose a tag to compare

  • deprecated subtyper.py script, subtyping is no longer supported
  • handle ambiguous codons (#72)
  • added reference/ genotype update scripts (b4a1fc0)
  • bug fixes (#92, #99)

Version 0.3

12 Sep 13:31
73881fb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3

Version 0.2.1

23 Aug 20:25

Choose a tag to compare

Bug fix

Version 0.2.0

23 Aug 20:00

Choose a tag to compare

The updater.py script is now deprecated due to changes in the HIVdb website.

Re-release of v0.1.2 for JOSS

24 Jan 16:32
e2680de

Choose a tag to compare

  • Added CONTRIBUTING.md file
  • Added /paper containing manuscript files for submission to JOSS

v0.1.2

19 Nov 17:34
9d04693

Choose a tag to compare

  • package includes NucAmino binaries
  • fixed subtyping
  • parsing JSON output from NucAmino to address full-length pol issue
  • writes temporary alignment file to screen for illegal characters
  • separating alignment data by gene
  • wrote detailed installation instructions

v.0.0.2

16 Oct 18:59
682ee7f

Choose a tag to compare

  • ported HIV subtyping from HIVdb pipeline
  • setup script sets user permissions for system installation to allow users to access downloaded resources
  • moved gui.py to a separate branch as a work in progress
  • extensive refactoring and application of PEP8 code style
  • byte string conversion to accommodate Python 3.5
  • moved FASTA parsing to utils.py
  • fixes #44, #42