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

EAPI=5

DESCRIPTION="Error corrector for Roche/454 and IonTorrent data"
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="all-rights-reserved"
SLOT="0"
KEYWORDS=""
IUSE=""

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

S="${WORKDIR}"

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

#    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