blob: a62cc3b63939969ffca2fb92ef3767d0faf49cb0 (
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
|
pkgbase = snakemake-git
pkgdesc = Python-based language and execution environment for GNU Make-like workflows
pkgver = 4.3.0.325.g1e851bc
pkgrel = 1
url = https://bitbucket.org/snakemake/snakemake
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-appdirs
depends = python-configargparse
depends = python-datrie
depends = python-ratelimiter
depends = python-requests
depends = python-yaml
depends = python-wrapt
optdepends = graphviz: For DAG visualization
optdepends = python-docutils: For report generation
provides = snakemake
conflicts = snakemake
options = !emptydirs
source = git+https://bitbucket.org/snakemake/snakemake.git
md5sums = SKIP
pkgname = snakemake-git
|