What's Changed
Full Changelog: v0.3.1...v0.3.2
Bugfixes
- Temporary workaround to issue #8 : Providing
pmd-mask
with an invalid or corrupted fasta index now leads to an uncoverable error. - Remove debug and memory profiling artifacts (e.g.
#[inline(never)]
) on some performance critical functions.
API documentation
- Complete
genome::Strand
documentation + doctests. - Complete
genome::Orientation
documentation + doctests. - Complete
genome::coordinate::Position
andgenome::coordinate::ChrName
documentation + doctests. - Improved
logger::Logger
documentation - Complete documentation and doctests for
genome::mask::MaskEntry
,genome::mask::MaskThreshold
andgenome::mask::Masks
. - Improved
genome::misincorporation::Misincorporations
andgenome::misincorporation::MisincorporationRecord
documentation + doctests. - Improved
parser::Cli
andpmd_mask
higher-level functions documentation.