Source: hts-nim-tools Section: science Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Steffen Moeller Build-Depends: debhelper-compat (= 13), nim, nim-hts-dev (>= 0.3.25+ds-3~), nim-docopt-dev (>= 0.7.1-1~), nim-unicodedb-dev, nim-unicodeplus-dev, nim-regex-dev (>= 0.26.3+ds-1~), nim-kexpr-dev, nim-lapper-dev (>= 0.1.8-1~), help2man, libhts-dev Standards-Version: 4.7.2 Homepage: https://github.com/brentp/hts-nim-tools Vcs-Browser: https://salsa.debian.org/med-team/hts-nim-tools Vcs-Git: https://salsa.debian.org/med-team/hts-nim-tools.git Rules-Requires-Root: no Package: hts-nim-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, nim-hts-dev (>= 0.3.25+ds-3~) Description: tools biological sequences: bam-filter, count-reads, vcf-check This package provides several tools that (at least at the time of their creation) provide functionalities beyond the routine provided by samtools and other reverse dependencies of the htslib. . These new tools are • bam-filter : filter BAM/CRAM/SAM files with a simple expression language • count-reads: count BAM/CRAM reads in regions given in a BED file • vcf-check : check regions of a VCF against a background for missing chunks . and yes, as the name suggests, these tools are all implemented in nim, using the nim-hts (upstream: hts-nim) wrapper for the htslib.