aboutsummaryrefslogtreecommitdiff
blob: 5e5fb5cbd2ee8d9077c164acff85e97e245c1ceb (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit perl-module

DESCRIPTION="Error corrector for Roche/454 and IonTorrent data with indel and carryforward, SNP and haplotype calling"
HOMEPAGE="http://indra.mullins.microbiol.washington.edu/ICC"
SRC_URI="http://indra.mullins.microbiol.washington.edu/cgi-bin/ICC/info.cgi?ID=ICC_v2.0.1.zip -> ICC_v2.0.1.zip"

LICENSE=""
SLOT="0"
KEYWORDS=""
IUSE=""

DEPEND="dev-lang/perl
	sci-biology/ncbi-tools++"
RDEPEND="${DEPEND}"

S="${WORKDIR}"

src_install(){
	dobin Scripts/*.pl
	dodoc README.txt

	# BUG: does not work
	cd Scripts/lib || die
	perl-module_src_install DESTDIR="${D}" *.pm Parallel/ForkManager.pm # install into @INC path

}

#    testing: Blast/Linux/LICENSE      OK
#    testing: Example/exampleReads.fas   OK
#    testing: Example/exampleReads.qual   OK
#    testing: Example/exampleReference.fas   OK
#    testing: README.md                OK
#    testing: README.txt               OK
#    testing: Scripts/                 OK
#    testing: Scripts/CC.pl            OK
#    testing: Scripts/HIC.pl           OK
#    testing: Scripts/IC.pl            OK
#    testing: Scripts/alignRegion.pl   OK
#    testing: Scripts/config.pl        OK
#    testing: Scripts/lib/             OK
#    testing: Scripts/lib/.DS_Store    OK
#    testing: Scripts/lib/Parallel/    OK
#    testing: Scripts/lib/Parallel/ForkManager.pm   OK
#    testing: Scripts/lib/paths.pm     OK
#    testing: Scripts/lib/seqAlign.pm   OK
#    testing: Scripts/lib/utils.pm     OK
#    testing: Scripts/ntFreq.pl        OK
#    testing: Scripts/readQualFilter.pl   OK
#    testing: Scripts/retrieveRegion.pl   OK
#    testing: Scripts/retrieveWindows.pl   OK
#    testing: Scripts/runBLAST.pl      OK
#    testing: Scripts/runICC.pl        OK
#    testing: Scripts/uniqueReads.pl   OK
#    testing: VersionHistory.txt       OK