Skip to content

Releases: bioforensics/MicroHapDB

MicroHapDB 0.12

30 Apr 15:08

Choose a tag to compare

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_resources module with importlib.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

  • Table flagging microhaps with repetitive content (see #153, #157).

MicroHapDB 0.11

25 Oct 19:39

Choose a tag to compare

Added

  • A new table flagging markers with repetitive content (see #147).
  • A new column in the microhapdb.frequencies table 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

13 Oct 19:05
c8faac7

Choose a tag to compare

Fixed

  • Bug with offsets table (marker --format=offsets) when multiple markers are defined for a locus (#144).

MicroHapDB 0.10

15 Sep 18:13

Choose a tag to compare

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

03 Jul 20:01

Choose a tag to compare

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 nomenclature module for parsing and validating microhap identifiers (see #119).
  • New summarize subcommand 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

21 Nov 19:54

Choose a tag to compare

Fixed

  • Test suite execution bug.

MicroHapDB 0.8.1

21 Nov 18:52

Choose a tag to compare

Fixed

  • Bundling of files used for automated test suite.

MicroHapDB 0.8

21 Nov 18:24

Choose a tag to compare

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

  • Bug with dereferencing IDs and ID cross-references (see #99, #100).

MicroHapDB 0.7

20 Jan 20:56

Choose a tag to compare

Added

  • Markers and population frequency data (1000 Genomes and proprietary) for the mMHseq 90-plex panel (see #68).
  • New --extend-mode option when displaying markers in fasta or detail mode (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 --marker and --population flags for microhapdb frequency now support multiple arguments (see #81).

Fixed

  • Error message when detail view is requested for a marker without frequency information (see #67).
  • Problematic haplotype frequencies for 4 mMHseq markers including SNPs whose rsIDs are not present in the original 1KGP data (see #73).

MicroHapDB 0.6

25 Jun 18:10

Choose a tag to compare

Added

  • Added F_ST (fixation index) to the markers table (see #59, #62, #63).
  • Added the ability to swap out population-specific Ae values for the default 26-population average (see #63).
  • Support for GRCh37 (see #64).

Changed

  • Various updates to documentation (see #60).
  • Cosmetic updates to "marker --detail" (see #61).
  • Refactoring of database build: cleanup using Pandas, reorganization for GRCh37 support (see #62, #64).