aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/longstitch/longstitch-1.0.1.ebuild')
-rw-r--r--sci-biology/longstitch/longstitch-1.0.1.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/sci-biology/longstitch/longstitch-1.0.1.ebuild b/sci-biology/longstitch/longstitch-1.0.1.ebuild
new file mode 100644
index 000000000..b14bdee87
--- /dev/null
+++ b/sci-biology/longstitch/longstitch-1.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Scaffold genome assemblies by Chromium/PacBio/Nanopore reads"
+HOMEPAGE="https://github.com/bcgsc/LongStitch"
+SRC_URI="https://github.com/bcgsc/LongStitch/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/LongStitch-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="test"
+
+RDEPEND="
+ sci-biology/abyss
+ sci-biology/tigmint
+ sci-biology/LINKS
+ sci-biology/samtools
+"
+
+src_install(){
+ dobin longstitch
+ dodoc README.md LongStitch_overview.pdf
+}