aboutsummaryrefslogtreecommitdiff
blob: 5b9ed96ae0e4242d89a0583ae8f7af6b2b69be81 (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

DESCRIPTION="Error corrector for Illummina and Roche/454 able to also fix insertions and deletions"
HOMEPAGE="http://www.csiro.au/Outcomes/ICT-and-Services/Software/Blue.aspx"
SRC_URI="
	http://www.csiro.au/~/media/CSIROau/Images/Bioinformatics/Blue_software/Version_1-1-2/Linux112.ashx -> ${P}.tar.gz
	http://www.csiro.au/~/media/CSIROau/Images/Bioinformatics/Blue_software/Version_1-1-2/Correcting_reads_with_Blue.ashx -> Correcting_reads_with_Blue.pdf"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-lang/mono"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/Linux

src_compile(){
	Blue/compile.sh || die
	Tessel/compile.sh || die
	GenerateMerPairs/compile.sh || die
}

src_install(){
	dobin Tessel.exe GenerateMerPairs.exe Blue.exe
	# one could install also the *.exe.so files for speedup into /usr/bin/
}

# it's author uses 'mono-sgen /usr/bin/Blue.exe' to use the alternative garbage collector