aboutsummaryrefslogtreecommitdiff
blob: 298dc7b22f0536a9530581a8dfa82671b19a6456 (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit git-r3

DESCRIPTION="Scripts to run genome assembly scaffolding tools and analyse output for accuracy"
HOMEPAGE="https://github.com/martinghunt/Scaffolder-evaluation
	http://genomebiology.com/2014/15/3/R42"
EGIT_REPO_URI="https://github.com/martinghunt/Scaffolder-evaluation.git"

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

DEPEND=""
RDEPEND="${DEPEND}
	dev-lang/perl
	dev-lang/python
	dev-lang/R
	media-gfx/graphviz
	sci-biology/mummer
	sci-biology/bowtie
	sci-biology/samtools
	sci-biology/ncbi-tools
	sci-biology/Fastaq"

src_install(){
	dobin Analysis-scripts/* Wrapper-scripts/*
	dodoc README.md
}