From 9b7cc0c8bd68d2c4ef4a6930f884a99fda2171ec Mon Sep 17 00:00:00 2001 From: Olivier Fisette Date: Tue, 22 Jun 2004 16:36:47 +0000 Subject: Initial import for package sim4-20030921 --- app-sci/sim4/ChangeLog | 11 +++++++++++ app-sci/sim4/Manifest | 4 ++++ app-sci/sim4/files/digest-sim4-20030921 | 1 + app-sci/sim4/metadata.xml | 21 +++++++++++++++++++++ app-sci/sim4/sim4-20030921.ebuild | 23 +++++++++++++++++++++++ 5 files changed, 60 insertions(+) create mode 100644 app-sci/sim4/ChangeLog create mode 100644 app-sci/sim4/Manifest create mode 100644 app-sci/sim4/files/digest-sim4-20030921 create mode 100644 app-sci/sim4/metadata.xml create mode 100644 app-sci/sim4/sim4-20030921.ebuild (limited to 'app-sci') diff --git a/app-sci/sim4/ChangeLog b/app-sci/sim4/ChangeLog new file mode 100644 index 000000000000..0c3ae6697864 --- /dev/null +++ b/app-sci/sim4/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-sci/sim4 +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/sim4/ChangeLog,v 1.1 2004/06/22 16:36:47 ribosome Exp $ + +*sim4-20030921 (22 Jun 2004) + + 22 Jun 2004; Olivier Fisette + sim4-20030921.ebuild, metadata.xml : + Initial import. Ebuild submitted by Olivier Fisette . + Reference: Gentoo Bugzilla, bug #54041 + diff --git a/app-sci/sim4/Manifest b/app-sci/sim4/Manifest new file mode 100644 index 000000000000..82dc6bc394f6 --- /dev/null +++ b/app-sci/sim4/Manifest @@ -0,0 +1,4 @@ +MD5 76e50343d7ef1ac2e18e48967aeb8a9a sim4-20030921.ebuild 490 +MD5 5c8c249ac6d18770f8f4bb68a4a69947 ChangeLog 363 +MD5 f86947a3b9bc4a06b4338fd6df45071a metadata.xml 1124 +MD5 743d4ddb73b01bef0fb3408b4b7b129f files/digest-sim4-20030921 55 diff --git a/app-sci/sim4/files/digest-sim4-20030921 b/app-sci/sim4/files/digest-sim4-20030921 new file mode 100644 index 000000000000..d0f3b94a5800 --- /dev/null +++ b/app-sci/sim4/files/digest-sim4-20030921 @@ -0,0 +1 @@ +MD5 7062ed6e5b5c9a327213c0f9cae7a90a sim4.tar.gz 60814 diff --git a/app-sci/sim4/metadata.xml b/app-sci/sim4/metadata.xml new file mode 100644 index 000000000000..dd466dec029f --- /dev/null +++ b/app-sci/sim4/metadata.xml @@ -0,0 +1,21 @@ + + + + sci + + sim4 is a similarity-based tool for aligning an expressed DNA sequence + (EST, cDNA, mRNA) with a genomic sequence for the gene. It also detects + end matches when the two input sequences overlap at one end (i.e., the + start of one sequence overlaps the end of the other).sim4 employs a + blast-based technique to first determine the basic matching blocks + representing the "exon cores". In this first stage, it detects all + possible exact matches of W-mers (i.e., DNA words of size W) between + the two sequences and extends them to maximal scoring gap-free + segments. In the second stage, the exon cores are extended into the + adjacent as-yet-unmatched fragments using greedy alignment algorithms, + and heuristics are used to favor configurations that conform to the + splice-site recognition signals (GT-AG, CT-AC). If necessary, the + process is repeated with less stringent parameters on the unmatched + fragments. + + diff --git a/app-sci/sim4/sim4-20030921.ebuild b/app-sci/sim4/sim4-20030921.ebuild new file mode 100644 index 000000000000..a346a9c33a1a --- /dev/null +++ b/app-sci/sim4/sim4-20030921.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/sim4/sim4-20030921.ebuild,v 1.1 2004/06/22 16:36:47 ribosome Exp $ + +DESCRIPTION="A program to align cDNA and genomic DNA" +HOMEPAGE="http://globin.cse.psu.edu/html/docs/sim4.html" +SRC_URI="http://globin.cse.psu.edu/ftp/dist/sim4/sim4.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +S=${WORKDIR}/${PN}.2003-09-21 + +src_compile() { + emake || die +} + +src_install() { + dobin sim4 + dodoc README.psublast README.sim4 VERSION +} -- cgit v1.2.3-65-gdbad