Skip to content

Releases: PoonLab/sierra-local

Version 0.4

06 May 17:57
b114dbc
Compare
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
Compare
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
Compare
Choose a tag to compare

Bug fix

Version 0.2.0

23 Aug 20:00
Compare
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
Compare
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
Compare
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
Compare
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