[ aramo ]
[ 原始碼: ggd-utils ]
套件: golang-github-gogetdata-ggd-utils-dev (1.0.0+ds-1)
golang-github-gogetdata-ggd-utils-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 ggd-utils:
維護者:
Original Maintainers:
- Debian Med Packaging Team (郵件存檔)
- Nilesh Patra
外部的資源:
- 主頁 [github.com]
相似套件:
library for use in ggd
Takes a genome file and (currently) a .vcf.gz or a .bed.gz and checks that:
* a .tbi is present * the VCF has ""##fileformat=VCF" as the first line * the VCF has a #CHROM header * the chromosome are in the order specified by the genome file (and present) * the positions are sorted * the positions are <= the chromosome lengths defined in the genome file.
As a result, any new genome going into GGD will have a .genome file that will dictate the sort order and presence or absence of the 'chr' prefix for chromosomes
This is the library package for ggd-utils