public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Martin Mokrejs" <mmokrejs@fold.natur.cuni.cz>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/proovread/
Date: Sun,  1 Apr 2018 21:49:42 +0000 (UTC)	[thread overview]
Message-ID: <1522619366.a4e405144f304e63344c5228e1407fdff6bfab75.mmokrejs@gentoo> (raw)

commit:     a4e405144f304e63344c5228e1407fdff6bfab75
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Apr  1 21:49:26 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Apr  1 21:49:26 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a4e40514

sci-biology/proovread: new package

Will need more work from upstream to make it into Gentoo.

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 sci-biology/proovread/metadata.xml          | 12 +++++++
 sci-biology/proovread/proovread-9999.ebuild | 50 +++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

diff --git a/sci-biology/proovread/metadata.xml b/sci-biology/proovread/metadata.xml
new file mode 100644
index 000000000..138cb7705
--- /dev/null
+++ b/sci-biology/proovread/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mmokrejs@fold.natur.cuni.cz</email>
+		<name>Martin Mokrejs</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci-biology@gentoo.org</email>
+		<name>Gentoo Biology Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sci-biology/proovread/proovread-9999.ebuild b/sci-biology/proovread/proovread-9999.ebuild
new file mode 100644
index 000000000..11a78d2f8
--- /dev/null
+++ b/sci-biology/proovread/proovread-9999.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+[ "$PV" == "9999" ] && inherit git-r3
+
+DESCRIPTION="Error correct PacBio subreads using Illumina reads"
+HOMEPAGE="https://github.com/BioInf-Wuerzburg/proovread"
+if [ "$PV" == "9999" ]; then
+	EGIT_REPO_URI="https://github.com/BioInf-Wuerzburg/proovread"
+	KEYWORDS=""
+else
+	SRC_URI=""
+	KEYWORDS="~amd64 ~x86" # issue #125
+fi
+
+LICENSE="proovread" # Artistic-2.0 or GPL-3 but not for commercial
+SLOT="0"
+IUSE=""
+
+# needs Fasta::Parser
+RDEPEND="
+	>=dev-lang/perl-5.10
+	dev-perl/Log-Log4perl
+	dev-perl/File-Which
+	>=sci-biology/ncbi-tools++-2.2.24
+	>=sci-biology/samtools-1.1"
+DEPEND="${RDEPEND}
+	>=sci-biology/shrimp-2
+	sci-biology/blasr"
+
+src_install(){
+	cd bin || die
+	dobin ChimeraToSeqFilter.pl dazz2sam ccseq bam2cns test_cfg.pl siamaera samfilter sam2cns proovread-flex proovread
+	cd ../util/bwa || die
+	dobin bwa-proovread # xa2multi.pl qualfa2fq.pl libbwa.a bwa.1
+	cd ../../util/SeqFilter || die
+	dobin bin/SeqFilter
+	cd ../../util/SeqChunker || die
+	dobin bin/*
+	# cd ../util/blasr-1.3.1 || die
+	# dobin blasr
+	# dodoc LICENSE.txt
+}
+
+pkg_postinst(){
+	einfo "Proovread uses its own, modified version of bwa as bwa-proovread"
+	einfo "with linked in libbwa.a. It also bundles shrimp2 and blasr"
+}


             reply	other threads:[~2018-04-01 21:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-01 21:49 Martin Mokrejs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-01 22:17 [gentoo-commits] proj/sci:master commit in: sci-biology/proovread/ Martin Mokrejs
2018-04-02 20:26 Justin Lecher
2021-01-10 14:04 Andrew Ammerlaan
2021-03-20 11:03 Andrew Ammerlaan
2023-05-02 12:15 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522619366.a4e405144f304e63344c5228e1407fdff6bfab75.mmokrejs@gentoo \
    --to=mmokrejs@fold.natur.cuni.cz \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox