blob: 310677eb1b3b2ca1536f28ef4db359a6e56f8fc9 (
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
|
pkgbase = snakemake7
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
pkgver = 7.32.4
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-configargparse
depends = python-connection_pool
depends = python-datrie
depends = python-docutils
depends = python-gitpython
depends = python-humanfriendly
depends = python-jinja
depends = python-jsonschema
depends = jupyter-nbformat
depends = python-packaging
depends = python-psutil
depends = python-pulp>=2.0
depends = python-yaml
depends = python-requests
depends = python-reretry
depends = python-smart_open>=3.0
depends = python-stopit
depends = python-tabulate
depends = python-throttler
depends = python-toposort
depends = python-wrapt
depends = python-yte
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
provides = snakemake
conflicts = snakemake
source = https://files.pythonhosted.org/packages/source/s/snakemake7/snakemake7-7.32.4.tar.gz
sha256sums = fdc3f15dd7b06fabb7da30d460e0a3b1fba08e4ea91f9c32c47a83705cdc7b6e
pkgname = snakemake7
|