aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/artemis/ChangeLog4
-rw-r--r--sci-biology/artemis/artemis-9999.ebuild8
2 files changed, 10 insertions, 2 deletions
diff --git a/sci-biology/artemis/ChangeLog b/sci-biology/artemis/ChangeLog
index 8a33496fc..a87b1e41d 100644
--- a/sci-biology/artemis/ChangeLog
+++ b/sci-biology/artemis/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 07 Feb 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+ artemis-9999.ebuild:
+ adjust ebuild based on upstream providing a Makefile
+
*artemis-9999 (08 Jan 2012)
08 Jan 2012; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
diff --git a/sci-biology/artemis/artemis-9999.ebuild b/sci-biology/artemis/artemis-9999.ebuild
index ff8d52d17..4739ad89f 100644
--- a/sci-biology/artemis/artemis-9999.ebuild
+++ b/sci-biology/artemis/artemis-9999.ebuild
@@ -24,16 +24,20 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+# uses its own BamView
DEPEND="sci-biology/samtools
- sci-biology/bamview
>=virtual/jdk-1.5
>=dev-java/sun-jdk-1.5
dev-java/ant-core"
RDEPEND="${DEPEND}
>=virtual/jre-1.5"
+# http://www.mail-archive.com/artemis-users@sanger.ac.uk/msg00551.html
+# http://www.mail-archive.com/artemis-users@sanger.ac.uk/msg00561.html
+# http://gmod.org/wiki/Artemis-Chado_Integration_Tutorial
src_compile() {
- ant compile || die
+ emake || die
+ # ant compile || die
einfo "Need to figure out where does the GeneBuilder application come from so that one could use Chado for automated gene prediction pipeline"
}