summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: f2553cb4518df57d4715558a118d6d8bcad24bab (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 = python-pybedtools
	pkgdesc = Python wrapper for Aaron Quinlan's bedtools.
	pkgver = 0.7.10.r21.g7143a86
	pkgrel = 1
	url = http://daler.github.io/pybedtools
	arch = any
	license = GPL2
	makedepends = cython
	makedepends = python-setuptools
	depends = python
	depends = python-numpy
	depends = python-pandas
	depends = python-pysam>=0.8.1
	depends = python-six
	optdepends = bedtools: more-or-less required by namesake
	optdepends = htslib: for working with SAM/BAM/CRAM files
	optdepends = python-matplotlib: for plotting genomic intervals
	optdepends = ucsc-kent-genome-tools: for bedgraph to bigwig conversions
	provides = python-pybedtools
	conflicts = python-pybedtools
	options = !emptydirs
	source = git+https://github.com/daler/pybedtools.git
	md5sums = SKIP

pkgname = python-pybedtools