Release date: 09/30/2024
- Restructured app to use subcommands:
strprofiler
is nowstrprofiler compare
strprofiler-app
is nowstrprofiler app
clastr
is nowstrprofiler claster
- Parameters remain the same for each.
- Tooltips added to inputs in Shiny application.
- More graceful handling of edge cases that returned unhelpful feedback.
- Better display of batch results in app that don't require download for viewing.
Release date: 07/29/2024
- Catch no results and display a more helpful message - #30.
Release date: 05/30/2024
- Added ability to query the CLASTR API for single or batch queries from within the STRprofiler app - #24.
- Numerous UI tweaks for a more compact experience.
Release date: 04/16/2024
- Addition of a new command,
strprofiler-app
, which launches an interactive Shiny application for single or batch queries of user-entered STR profiles against a user-provided database. This can be easily deployed to internal Shiny servers, Posit Connect, or shinyapps.io as an interface to a group's/lab's/consortium's STR profile database.
Release date: 01/20/2024
- A new feature to allow one (or few) to many comparisons, as described in #11. Thanks to MikeWLloyd for the contribution.
Release date: 10/30/2023
- Additional bug fix for #10, which was causing alleles ending in 0 to be truncated, e.g. 10 -> 1. This was due to a parsing error when trailing ".0"s were being removed.
Release date: 10/17/2023
- Bug fix for #10, which was causing alleles ending in 0 to be truncated, e.g. 10 -> 1. This was due to a parsing error when trailing ".0"s were being removed.
Release date: 11/08/2022
- 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.
Release date: 09/26/2022
- Provide CLI utility for STR profile comparisons and detection of sample mixing.