blob: 078ba59735ae82242013aacf8bb02ea361c2a202 (
plain)
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
|
pkgbase = snakemake
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
pkgver = 8.25.5
pkgrel = 1
url = https://snakemake.readthedocs.io
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python-appdirs
depends = python-immutables
depends = python-configargparse
depends = python-connection_pool
depends = python-datrie
depends = python-docutils
depends = python-gitpython
depends = python-humanfriendly
depends = python-jinja>=1:3.0
depends = python-jinja<1:4.0
depends = python-jsonschema
depends = jupyter-nbformat
depends = python-packaging
depends = python-psutil
depends = python-pulp>=2.3.1
depends = python-pulp<3
depends = python-yaml
depends = python-requests>=2.8.1
depends = python-requests<3.0
depends = python-reretry
depends = python-smart_open>=4.0
depends = python-smart_open<8.0
depends = python-snakemake-interface-executor-plugins>=9.3.2
depends = python-snakemake-interface-common>=1.17.0
depends = python-snakemake-interface-storage-plugins>=3.2.3
depends = python-snakemake-interface-report-plugins>=1.1.0
depends = python-stopit
depends = python-tabulate
depends = python-throttler
depends = python-wrapt
depends = python-yte>=1.5.1
depends = python-yte<2.0
depends = python-dpath>=2.1.6
depends = python-dpath<3.0.0
depends = python-conda-inject>=1.3.1
depends = python-conda-inject<2.0
optdepends = python-pygments: For report generation
optdepends = python-biopython: For GenBank/NCBI Entrez support
optdepends = python-easywebdav: For WebDAV support
optdepends = python-pysftp: For SFTP support
optdepends = python-boto3: For AWS support
optdepends = python-moto: For AWS support
optdepends = python-dropbox: For Dropbox support
optdepends = python-ftputil: For FTP support
optdepends = python-xrootd: For XRootD support
optdepends = slacker: For messaging
source = https://files.pythonhosted.org/packages/source/s/snakemake/snakemake-8.25.5.tar.gz
sha256sums = 62a2009a28b6738aa189e3c04b9366713f2efe8085b6facb2b4655643549fd51
pkgname = snakemake
|