Releases: bioforensics/MicroHapulator
Releases · bioforensics/MicroHapulator
MicroHapulator 0.8.4
MicroHapulator 0.8.3
Fixed
- Resolved a bug with Table 4.4 in the final report.
MicroHapulator 0.8.2
MicroHapulator 0.8.1
MicroHapulator 0.8
Added
- Filtering of reads with too many ambiguous bases (#165).
- Filtering of reads below a minumum length (#173).
Changed
- Smart handling of multiple markers at a single locus implemented for
type
andpipe
(#158). - Replaced
parsers
module with aMicrohapIndex
class and supporting classes (#158). - Numerous updates to the
mhpl8r pipe
HTML report- Replaced read length distubition histograms with ridge plots (#167).
- Replaced read QC donut plots with a stacked bar chart (#168, #177).
- Replaced FastQC report links with MultiQC link (#169).
- Revised report text, added figure captions and table titles (#172).
- Streamlined the Python code responsible for generating the report (#175, #177, #180).
- GRCh38 coordinates are now mandatory in marker definitions (#176).
- Jijna2 sub-templates added to handle differences in the report for single ended versus paired end reads (#179).
Fixed
MicroHapulator 0.7.2
Fixed
- Resolved bug with lexicographical sorting of numeric data in
mhpl8r pipe
report (#156).
MicroHapulator 0.7.1
Fixed
- Updated MANIFEST.in, setup.py (e143d11).
MicroHapulator 0.7
Added
- Profiles compatible with probgen programs now included in
mhpl8r pipe
output (#135). - Haplotype call plots now included in the
mhpl8r pipe
HTML report (#136). - New
offtarget
module to count reads that map to off-target loci in GRCh38 (#143, #153). - Added typing rate and mapping rate information per marker to the main
mhpl8r pipe
HTML report (#146). - Added marker detail page to the
mhpl8r pipe
HTML report (#146, #151). - Implemented support for single-end reads with
mhpl8r pipe
(#147).
Changed
MicroHapulator 0.6.1
Fixed
- Bug with Snakefile not being included in package data.
MicroHapulator 0.6
Added
- New API and CLI entry points for computing and visualizing heterozygote balance (#122, #131).
- New
typing_rate
method for the TypingResult class (#127). - New API function for plotting distribution of read lengths (#128).
- New CLI entry point for downloading GRCh38 (#130).
- New end-to-end microhap analysis pipeline and report (#129, #132).
Changed
- Interlocus balance code updated to support generating high-resolution graphics and performing a chi-square goodness-of-fit test (#121, #131, #132).