1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Source: ggd-utils
Standards-Version: 4.7.2
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Andreas Tille <tille@debian.org>,
Section: science
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-alexflint-go-arg-dev,
golang-github-biogo-hts-dev,
golang-github-shenwei356-xopen-dev,
golang-gopkg-check.v1-dev,
tabix,
debhelper,
Vcs-Browser: https://salsa.debian.org/med-team/ggd-utils
Vcs-Git: https://salsa.debian.org/med-team/ggd-utils.git
Homepage: https://github.com/gogetdata/ggd-utils
XS-Go-Import-Path: github.com/gogetdata/ggd-utils
Package: ggd-utils
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Built-Using:
${misc:Built-Using},
Description: programs 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
Package: golang-github-gogetdata-ggd-utils-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: 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
|