aboutsummaryrefslogtreecommitdiff
blob: 6cd035d86c092c633047a21befeeb3ed168a06cd (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
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""

RESTRICT="test"

RDEPEND="
	sci-biology/abyss
	sci-biology/tigmint
	sci-biology/LINKS
	sci-biology/samtools
"

S="${WORKDIR}"/LongStitch-"${PV}"

src_install(){
	dobin longstitch
	dodoc README.md LongStitch_overview.pdf
}