File: control

package info (click to toggle)
snippy 4.6.0%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,348 kB
  • sloc: perl: 1,420; makefile: 55; sh: 24
file content (72 lines) | stat: -rw-r--r-- 2,640 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: snippy
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),
               any2fasta <!nocheck>,
               bcftools <!nocheck>,
               bedtools <!nocheck>,
               bwa <!nocheck>,
               freebayes <!nocheck>,
               libbio-perl-perl <!nocheck>,
               libvcflib-tools <!nocheck>,
               minimap2 <!nocheck>,
               parallel <!nocheck>,
               samtools <!nocheck>,
               samclip <!nocheck>,
               seqtk <!nocheck>,
               snp-sites <!nocheck>,
               snpeff <!nocheck>,
               vt <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/snippy
Vcs-Git: https://salsa.debian.org/med-team/snippy.git
Homepage: https://github.com/tseemann/snippy/
Rules-Requires-Root: no

Package: snippy
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         any2fasta,
         bcftools,
         bedtools,
         bwa,
         freebayes (>= 1.3.6-2),
         libbio-perl-perl,
         libvcflib-tools,
         minimap2,
         parallel,
         samclip,
         samtools,
         seqtk,
         snp-sites,
         snpeff,
         vt
Description: rapid haploid variant calling and core genome alignment
 Snippy finds SNPs between a haploid reference genome and your NGS
 sequence reads. It will find both substitutions (snps) and
 insertions/deletions (indels). It will use as many CPUs as you can give
 it on a single computer (tested to 64 cores). It is designed with speed
 in mind, and produces a consistent set of output files in a single
 folder. It can then take a set of Snippy results using the same
 reference and generate a core SNP alignment (and ultimately a
 phylogenomic tree).

Package: snippy-examples
Architecture: all
Depends: ${misc:Depends}
Recommends: snippy
Multi-Arch: foreign
Description: rapid haploid variant calling and core genome alignment (examples)
 Snippy finds SNPs between a haploid reference genome and your NGS
 sequence reads. It will find both substitutions (snps) and
 insertions/deletions (indels). It will use as many CPUs as you can give
 it on a single computer (tested to 64 cores). It is designed with speed
 in mind, and produces a consistent set of output files in a single
 folder. It can then take a set of Snippy results using the same
 reference and generate a core SNP alignment (and ultimately a
 phylogenomic tree).
 .
 This package contains example data to test snippy.