Releases: j-andrews7/STRprofiler
Releases · j-andrews7/STRprofiler
v0.4.2
- Add links to paper in app, README, etc.
- Minor documentation fixes.
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Improve error handling for batch queries by @MikeWLloyd in #37
- v0.4.1 changes by @j-andrews7 in #39
This fixes a few edge case bugs and provides better input checking.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Revision by @MikeWLloyd in #33
- V0.4.0 by @j-andrews7 in #34
Ultimately, this restructures the CLI to use subcommands, fixes a few bugs, and cleans up the docs a bit.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- fix for #30 by @MikeWLloyd in #31
- v0.3.1 release by @j-andrews7 in #32
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- New command
clastr
to query arbitrary STR profiles against the Cellosaurus database via the CLASTR API. - The Shiny application has also been reworked to support this functionality, along with minor UI tweaks.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Major addition of new command
strprofiler-app
to launch an interactive Shiny application for single/batch querying against a user-provided or uploaded database. This application can easily be self-hosted or deployed to shinyapps.io, see an example here. - General code clean-up and reorganization to support the new functionality.
Full Changelog: v0.1.4...v0.2.0
v0.1.4
What's Changed
- added db option by @MikeWLloyd in #12
- prep release by @j-andrews7 in #13
New Contributors
- @MikeWLloyd made their first contribution in #12
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Fix for #10, wherein 2 digit alleles ending in 0 were truncated due to how trailing .0s were trimmed.
Full Changelog: v0.1.1...v0.1.3
v0.1.1
v0.1.1 Released
Release date: November 8th, 2022
- Adding unittest workflow by @sculley in #7
- Multiple minor bug fixes, particularly with regard to making "penta" marker names consistent.
- Add basic unit tests and test coverage, better organization/simplification of test data.
- Add HTML summary output table.
Full Changelog: v0.1.0...v0.1.1