File: control

package info (click to toggle)
q2-quality-control 2024.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,464 kB
  • sloc: python: 4,354; makefile: 38; sh: 14; javascript: 1
file content (76 lines) | stat: -rw-r--r-- 3,114 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
73
74
75
76
# This file is autogenerated from control.in to update versioned dependencies
Source: q2-quality-control
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Liubov Chuprikova <chuprikovalv@gmail.com>,
           Steffen Moeller <moeller@debian.org>,
           Étienne Mollier <emollier@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-pytest-cov <!nocheck>,
               python3-biom-format <!nocheck>,
               python3-h5py <!nocheck>,
               python3-numpy <!nocheck>,
               python3-pandas <!nocheck>,
               python3-scipy (>= 1.10~) <!nocheck>,
               python3-seaborn <!nocheck>,
               qiime (>= 2024.5) <!nocheck>,
               q2templates (>= 2024.5) <!nocheck>,
               q2-taxa (>= 2024.5) <!nocheck>,
               q2-feature-table (>= 2024.5) <!nocheck>,
               r-base-core <!nocheck>,
               bowtie2 <!nocheck>,
               ncbi-blast+ <!nocheck>,
               samtools <!nocheck>,
               vsearch <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/q2-quality-control
Vcs-Git: https://salsa.debian.org/med-team/q2-quality-control.git
Homepage: https://qiime2.org/

Package: q2-quality-control
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends},
         python3-biom-format,
         python3-h5py,
         python3-seaborn,
         python3-numpy,
         python3-pandas,
         python3-scipy (>= 1.10~),
         qiime (>= 2024.5),
         q2templates (>= 2024.5),
         q2-taxa (>= 2024.5),
         r-base-core,
         r-bioc-decontam,
         r-cran-optparse,
         bowtie2,
         ncbi-blast+,
         samtools,
         vsearch
Description: QIIME 2 plugin for quality assurance of feature and sequence data
 QIIME 2 is a powerful, extensible, and decentralized microbiome analysis
 package with a focus on data and analysis transparency. QIIME 2 enables
 researchers to start an analysis with raw DNA sequence data and finish with
 publication-quality figures and statistical results.
 Key features:
  * Integrated and automatic tracking of data provenance
  * Semantic type system
  * Plugin system for extending microbiome analysis functionality
  * Support for multiple types of user interfaces (e.g. API, command line,
 graphical)
 .
 QIIME 2 is a complete redesign and rewrite of the QIIME 1 microbiome analysis
 pipeline. QIIME 2 will address many of the limitations of QIIME 1, while
 retaining the features that makes QIIME 1 a powerful and widely-used analysis
 pipeline.
 .
 QIIME 2 currently supports an initial end-to-end microbiome analysis pipeline.
 New functionality will regularly become available through QIIME 2 plugins. You
 can view a list of plugins that are currently available on the QIIME 2 plugin
 availability page. The future plugins page lists plugins that are being
 developed.