Releases: nvnieuwk/nft-bam
Releases · nvnieuwk/nft-bam
v0.5.0
Special shoutout to @Joon-Klaps for adding all new features in this release!
New features
- Added
duplicateReadCount
to thegetStatistics()
method. - Added support for references on S3.
- Added a gitpod yaml file.
Changes
- Updated the docs to make the use of the
sam
andcram
functions more clear
v0.4.0
New features
- Added a new
getStatistics()
method to some general statistics:minReadLength
: The lowest read lengthmaxReadLength
: The highest read lengthmeanReadLength
: The mean read lengthminMappingQuality
: The lowest mapping qualitymaxMappingQuality
: The highest mapping qualitymeanMappingQuality
: The mean mapping qualityreadCount
: The amount of reads present in the file