aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/chiron/chiron-0.6.1.1.ebuild')
-rw-r--r--sci-biology/chiron/chiron-0.6.1.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sci-biology/chiron/chiron-0.6.1.1.ebuild b/sci-biology/chiron/chiron-0.6.1.1.ebuild
deleted file mode 100644
index 645e4ed30..000000000
--- a/sci-biology/chiron/chiron-0.6.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A deep neural network basecaller for nanopore sequencing"
-HOMEPAGE="https://github.com/haotianteng/chiron
- https://www.biorxiv.org/content/early/2017/09/12/179531"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- dev-python/h5py[${PYTHON_USEDEP}]
- sci-biology/mappy[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/statsmodels[${PYTHON_USEDEP}]
- dev-python/tqdm[${PYTHON_USEDEP}]
- sci-biology/biopython[${PYTHON_USEDEP}]
- dev-python/packaging[${PYTHON_USEDEP}]
- sci-libs/tensorflow[${PYTHON_USEDEP}]
-"