File: control

package info (click to toggle)
ggd-utils 1.0.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: sh: 63; makefile: 14
file content (72 lines) | stat: -rw-r--r-- 2,180 bytes parent folder | download
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
68
69
70
71
72
Source: ggd-utils
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Nilesh Patra <nilesh@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
Standards-Version: 4.6.0
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
Rules-Requires-Root: no
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
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Multi-Arch: foreign
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