commit:     2e40a24fb109cd1d687ee0c6eaeaf693309c7c75
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jan 19 14:58:53 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jan 19 14:58:53 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e40a24f

sci-biology/blue: remove pack, upstream gone

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 profiles/package.mask              |  1 -
 sci-biology/blue/blue-1.1.2.ebuild | 37 -------------------------------------
 sci-biology/blue/blue-1.1.3.ebuild | 37 -------------------------------------
 sci-biology/blue/metadata.xml      | 12 ------------
 4 files changed, 87 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index bfd691718..6f2346e7b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -43,4 +43,3 @@ sci-biology/argo-bin
 sci-biology/bambino
 sci-biology/BBmap
 sci-biology/beagle
-sci-biology/blue

diff --git a/sci-biology/blue/blue-1.1.2.ebuild 
b/sci-biology/blue/blue-1.1.2.ebuild
deleted file mode 100644
index 13c88494e..000000000
--- a/sci-biology/blue/blue-1.1.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Error corrector for Illummina and Roche/454, inculding insertions 
and deletions"
-HOMEPAGE="http://www.bioinformatics.csiro.au/blue";
-SRC_URI="
-       http://www.bioinformatics.csiro.au/public/files/Linux-${PV}.tar.gz -> 
${P}.tar.gz
-       
http://www.bioinformatics.csiro.au/public/files/Correcting_reads_with_Blue.pdf 
-> ${P}-Correcting_reads_with_Blue.pdf
-       
http://www.bioinformatics.csiro.au/public/files/Changes_for_Blue_1.1.3.pdf -> 
${P}-Changes_for_Blue_${PV}.pdf"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-lang/mono"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/Linux
-
-src_compile(){
-       Blue/compile.sh || die
-       Tessel/compile.sh || die
-       GenerateMerPairs/compile.sh || die
-}
-
-src_install(){
-       dobin Tessel.exe GenerateMerPairs.exe Blue.exe
-       # one could install also the *.exe.so files for speedup into /usr/bin/
-
-       # The -hp option sets a flag that is checked when Blue is scanning 
along a read trying to find errors that could be corrected. There are a number 
of tests done at every base position, all based on depth of coverage. These 
tests will pick up random indel errors, but indels are so common at the end of 
homopolymer runs in 454 and IonTorrent data that multiple hp run lengths all 
look to be OK. For example, if our genome had AAAAAA then with Illumina data 
this is what we'd see almost all the time, with very rare indels at the end of 
the hp run resulting in runs of 5 or 7 As. With 454-like data, we'd probably 
get 5 As as frequently as 6 As so depth of coverage would say that neither of 
them are errors. The -hp flag looks out for the end of hp runs and forces an 
attempt at correction at that point. If the read wasn't in error, then no 
correction will be made.
-
-       # In general Blue will correct Ns - if a correct replacement can be 
found. The only time it doesn't do this is if there are too many consecutive Ns 
- as the process of finding likely replacements is combinatoric and the cost 
goes up exponentially with the number of consecutive Ns. In these cases, the 
read is abandoned and passed through uncorrected. Can you give an example of a 
read that you would like to see corrected differently?
-}
-
-# it's author uses 'mono-sgen /usr/bin/Blue.exe' to use the alternative 
garbage collector

diff --git a/sci-biology/blue/blue-1.1.3.ebuild 
b/sci-biology/blue/blue-1.1.3.ebuild
deleted file mode 100644
index cee0e8065..000000000
--- a/sci-biology/blue/blue-1.1.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Error corrector for Illummina and Roche/454, including insertions 
and deletions"
-HOMEPAGE="http://www.bioinformatics.csiro.au/blue";
-SRC_URI="
-       http://www.bioinformatics.csiro.au/public/files/Linux-${PV}.tar.gz -> 
${P}.tar.gz
-       
http://www.bioinformatics.csiro.au/public/files/Correcting_reads_with_Blue.pdf 
-> ${P}-Correcting_reads_with_Blue.pdf
-       
http://www.bioinformatics.csiro.au/public/files/Changes_for_Blue_1.1.3.pdf -> 
${P}-Changes_for_Blue_${PV}.pdf"
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-lang/mono"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/Linux
-
-src_compile(){
-       Blue/compile.sh || die
-       Tessel/compile.sh || die
-       GenerateMerPairs/compile.sh || die
-}
-
-src_install(){
-       dobin Tessel.exe GenerateMerPairs.exe Blue.exe
-       # one could install also the *.exe.so files for speedup into /usr/bin/
-
-       # The -hp option sets a flag that is checked when Blue is scanning 
along a read trying to find errors that could be corrected. There are a number 
of tests done at every base position, all based on depth of coverage. These 
tests will pick up random indel errors, but indels are so common at the end of 
homopolymer runs in 454 and IonTorrent data that multiple hp run lengths all 
look to be OK. For example, if our genome had AAAAAA then with Illumina data 
this is what we'd see almost all the time, with very rare indels at the end of 
the hp run resulting in runs of 5 or 7 As. With 454-like data, we'd probably 
get 5 As as frequently as 6 As so depth of coverage would say that neither of 
them are errors. The -hp flag looks out for the end of hp runs and forces an 
attempt at correction at that point. If the read wasn't in error, then no 
correction will be made.
-
-       # In general Blue will correct Ns - if a correct replacement can be 
found. The only time it doesn't do this is if there are too many consecutive Ns 
- as the process of finding likely replacements is combinatoric and the cost 
goes up exponentially with the number of consecutive Ns. In these cases, the 
read is abandoned and passed through uncorrected. Can you give an example of a 
read that you would like to see corrected differently?
-}
-
-# it's author uses 'mono-sgen /usr/bin/Blue.exe' to use the alternative 
garbage collector

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

Reply via email to