File: control

package info (click to toggle)
snakemake 7.32.4-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,836 kB
  • sloc: python: 32,846; javascript: 1,287; makefile: 247; sh: 163; ansic: 57; lisp: 9
file content (131 lines) | stat: -rw-r--r-- 4,670 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Source: snakemake
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Kevin Murray <kdmfoss@gmail.com>, Rebecca N. Palmer <rebecca_palmer@zoho.com>
Section: science
Priority: optional
Build-Depends: ca-certificates,
               cwltool,
               debhelper-compat (= 13),
               dh-python,
               pybuild-plugin-pyproject,
               environment-modules,
               glpk-utils <!nocheck>,
               imagemagick,
               python3,
               python3-platformdirs <!nocheck>,
               python3-biopython <!nocheck>,
               python3-boto3 <!nocheck>,
               python3-botocore <!nocheck>,
               python3-configargparse,
               python3-connection-pool,
               python3-datrie,
               python3-docutils,
               python3-dropbox <!nocheck>,
               python3-flask <!nocheck>,
               python3-git,
               python3-jinja2 (>= 3.0~),
               python3-jsonschema,
               python3-nbformat,
               python3-packaging,
               python3-pandas <!nocheck>,
               python3-psutil,
               python3-pulp (>= 2.0~),
               python3-pygments <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytools <!nocheck>,
               python3-recommonmark <!nodoc>,
               python3-requests,
               python3-requests-mock <!nocheck>,
               python3-retry,
               python3-pytest-mock <!nocheck>,
               python3-rpy2 <!nocheck>,
               python3-setuptools,
               python3-smart-open (>= 3.0~),
               python3-sphinx (>= 3.0~) <!nodoc>,
               python3-sphinx-argparse <!nodoc>,
               python3-sphinx-bootstrap-theme <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>,
               python3-stopit,
               python3-tabulate,
               python3-throttler <!nocheck>,
               python3-toposort <!nocheck>,
               python3-wrapt,
               python3-yaml,
               python3-yte <!nocheck>,
               r-cran-rmarkdown,
               stress <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/snakemake
Vcs-Git: https://salsa.debian.org/med-team/snakemake.git
Homepage: https://snakemake.readthedocs.io/

Package: snakemake
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         ca-certificates,
         python3-platformdirs,
         python3-configargparse,
         python3-datrie,
         python3-docutils,
         python3-git,
         python3-jsonschema,
         python3-nbformat,
         python3-packaging,
         python3-psutil,
         python3-pulp (>= 2.0~),
         python3-requests,
         python3-toposort,
         python3-wrapt,
         python3-yaml,
         python3-yte,
         libjs-bootstrap,
         libjs-jquery,
Recommends: cwltool,
            imagemagick,
            python3-pytz,
            python3-yappi,
# for the templating and reports features
            python3-jinja2 (>= 3.0~),
            python3-pygments,
# for distributed / cloud setups or online data access
            python3-azure-storage,
            python3-biopython,
            python3-boto3,
            python3-botocore,
            python3-connection-pool,
            python3-dropbox,
            python3-flask,
            python3-ftputil,
            python3-irodsclient,
            python3-kubernetes,
            python3-retry,
            python3-urllib3
Suggests: slurm-client,
          snakemake-doc
Description: pythonic workflow management system
 Build systems like GNU Make are frequently used to create complicated
 workflows, e.g. in bioinformatics. This project aims to reduce the
 complexity of creating workflows by providing a clean and modern domain
 specific language (DSL) in Python style, together with a fast and
 comfortable execution environment.


Package: snakemake-doc
Architecture: all
Depends: ${misc:Depends},
         ${sphinxdoc:Depends},
         libjs-mathjax,
Recommends: snakemake
Breaks: snakemake (<< 6.14)
Replaces: snakemake (<< 6.14)
Section: doc
Multi-Arch: foreign
Description: documentation for pythonic workflow management system
 Build systems like GNU Make are frequently used to create complicated
 workflows, e.g. in bioinformatics. This project aims to reduce the
 complexity of creating workflows by providing a clean and modern domain
 specific language (DSL) in Python style, together with a fast and
 comfortable execution environment.
 .
 This package provides the Sphinx-generated documentation and examples.