Releases: PoonLab/sierra-local
Releases · PoonLab/sierra-local
Version 0.4
Version 0.3
What's Changed
- Use submodule to retrieve data files by @GopiGugan in #68
- Update dev branch with recent changes by @GopiGugan in #78
- Adding Postalign as Alignment Program by @WilliamZekaiWang in #83
- Switch to postalign and updating unit tests, resources by @ArtPoon in #82
- Adding subtyping option and fixes to -json by @WilliamZekaiWang in #86
- Updating Post-align Dependencies by @WilliamZekaiWang in #88
New Contributors
- @GopiGugan made their first contribution in #68
- @WilliamZekaiWang made their first contribution in #83
Full Changelog: v0.2.1...v0.3
Version 0.2.1
Bug fix
Version 0.2.0
The updater.py
script is now deprecated due to changes in the HIVdb website.
Re-release of v0.1.2 for JOSS
- Added
CONTRIBUTING.md
file - Added
/paper
containing manuscript files for submission to JOSS
v0.1.2
- 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
- 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