blob: 68c78c858fdf6e384a532dc9fff488eb49c660fa (
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
|
pkgbase = python-nucleus
pkgdesc = Python and C++ code for reading and writing genomics data.
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/google/nucleus
arch = any
license = Apache
makedepends = python
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
options = !emptydirs
source = nucleus-0.1.0::git+https://github.com/google/nucleus.git#commit=073c3c7af4ed0e3f401f8780417e9858f53b401f
sha256sums = SKIP
pkgname = python-nucleus
depends = bazel
depends = python
depends = python-contextlib2
depends = python-intervaltree
depends = python-mock
depends = python-numpy
depends = python-scipy
depends = tensorflow
pkgname = python2-nucleus
depends = bazel
depends = python2
depends = python2-contextlib2
depends = python2-intervaltree
depends = python2-mock
depends = python2-numpy
depends = python2-scipy
depends = tensorflow
|