[ 原始碼: hts-nim-tools ]
套件:hts-nim-tools(0.2.1-1)
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.
其他與 hts-nim-tools 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: nim-hts-dev
- wrapper for hts C library