Skip to content

elPrep Binaries

Compare
Choose a tag to compare
@caherzee caherzee released this 05 Oct 14:42
· 103 commits to master since this release

elPrep binaries compiled with Go 1.9.

Added two new filters:
--filter-non-exact-mapping-reads
--filter-non-exact-mapping-reads-strict
for removing all reads where the mapping is not an exact match with the reference, based on the cigar string or optional tags, see documentation.

Fixed minor bug:
-mark-duplicates filter no longer requires adding read groups to execute

Added API documentation in the source code.

Many thanks to Leonor Palmeira for bug reports.