Releases: bioforensics/MicroHapDB
Releases · bioforensics/MicroHapDB
MicroHapDB 0.12
Added
- Panel design notebooks (see #157).
Fixed
- Debugged a test that counts observed haplotypes (see #154).
- Replaced global pooled Ae values with 26-population average as the default Ae reported (see #155, #158).
- Replaced deprecated
pkg_resourcesmodule withimportlib.resources(see #156). - Upgraded versioneer to a Python 3.12+ compatible version (see #156).
- Resolved a bug with marker name updates in the frequency table during database build; did not affect any 1KGP frequencies or corresponding Ae scores (see #159).
Removed
MicroHapDB 0.11
Added
- A new table flagging markers with repetitive content (see #147).
- A new column in the
microhapdb.frequenciestable containing the number of observed haplotypes used to compute frequency estimates for each population group (see #151).
Changed
- Merged RSIDs resolved during database build now propagated to the final marker definition (see #149).
Fixed
- Added manual and automated fixes to ensure frequencies are formatted correcly and match to the correct marker definition (see #150).
MicroHapDB 0.10.1
Fixed
- Bug with offsets table (
marker --format=offsets) when multiple markers are defined for a locus (#144).
MicroHapDB 0.10
Added
- Marker definitions for NimaGen 29-plex (see #134).
- 50 marker definitions from Zhang et al 2023 (see #136).
- 191 marker definitions from Du et al 2023 (see #137).
- Jupyter notebook for plotting database growth over time (see #135).
Changed
- Cleanup of database build code (see #133).
- Improved marker detail view now includes locus, marker, synonym, and source info (see #138).
- Updated documentation (see #139, #142).
Fixed
- Off-by-one errors in Fan 2022 marker definitions (see #140).
MicroHapDB 0.9
Added
- Italian population frequencies for 98 markers from Turchi et al 2019 (see #107).
- 21 marker definitions and population frequences from Zou et al 2022 (see #109).
- Check for overlapping microhaps from different sources during the database build (#112).
- Over 1,000 marker definitions from four whole-genome screens from Yu et al 2022 (see #115, #118, #128).
- New
nomenclaturemodule for parsing and validating microhap identifiers (see #119). - New
summarizesubcommand for summarizing MicroHapDB database contents (see #120). - 1,000 marker definitions from Zhu et al 2023 (see #125, #131).
- New check during database build time to make sure that markers sharing the same name actually occupy the same locus (see #128).
Changed
- Overhaul of the marker table structure and database build procedure (see #106, #111, #112).
- Use Byrska-Bishop 2022 instead of Auton 2015 for main frequency and Ae calculations (see #106, #112, #114, #130).
- Marker FASTA output now produces a single sequence per locus, even when multiple markers at a locus are defined (#124).
MicroHapDB 0.8.2
Fixed
- Test suite execution bug.
MicroHapDB 0.8.1
Fixed
- Bundling of files used for automated test suite.
MicroHapDB 0.8
Added
- 25 marker definitions from Sun et al 2020 (see #87).
- 23 marker definitions from Jin et al 2020 (see #89).
- 20 marker definitions from Kureshi et al 2020 (see #90).
- GRCh38 offsets to
microhapdb marker --format=offsets(see #92). - 59 marker definitions from Wu et al 2021 (see #96).
- 22 marker definitions from Fan et al 2022 (see #97).
- New sphinx-based documentation suite hosted on ReadTheDocs.org (see #101).
Changed
- Minor improvements to database build and corresponding documentation (see #88).
- Major overhaul of the Python API (see #99).
Fixed
MicroHapDB 0.7
Added
- Markers and population frequency data (1000 Genomes and proprietary) for the mMHseq 90-plex panel (see #68).
- New
--extend-modeoption when displaying markers infastaordetailmode (see #72). - New options for preparing MicroHapDB data for import into MicroHapulator (see #80).
- New option for preparing MicroHapDB frequency data for import into probgen tools like LRMix Studio or EuroForMix (see #82).
Changed
- Support for pandas>=1.2 added, support for Python 3.6 dropped (see #74).
- The
--markerand--populationflags formicrohapdb frequencynow support multiple arguments (see #81).