aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/quorum')
-rw-r--r--sci-biology/quorum/Manifest1
-rw-r--r--sci-biology/quorum/files/quorum-0.2.1-use-jellyfish1.patch74
-rw-r--r--sci-biology/quorum/metadata.xml12
-rw-r--r--sci-biology/quorum/quorum-1.1.1.ebuild28
4 files changed, 0 insertions, 115 deletions
diff --git a/sci-biology/quorum/Manifest b/sci-biology/quorum/Manifest
deleted file mode 100644
index 68b3dd9c6..000000000
--- a/sci-biology/quorum/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST quorum-1.1.1.tar.gz 659218 BLAKE2B 26710674e12115b3d218c113eaa6b36d9694f85c65bb5e1a8b8e2b4405b585115b2e3ded34c84bdb24d680ae5a1d6e4c387689bdde8bc63824d8eb254d0894da SHA512 12d7a03ffa45dd358f52c55226e6888fc92bff8e361e1c5eca7b4f8545d70243793dd963602932b895702284f89cd77361b2b5636c062d86b467b538df0b9f16
diff --git a/sci-biology/quorum/files/quorum-0.2.1-use-jellyfish1.patch b/sci-biology/quorum/files/quorum-0.2.1-use-jellyfish1.patch
deleted file mode 100644
index b5b68a8fb..000000000
--- a/sci-biology/quorum/files/quorum-0.2.1-use-jellyfish1.patch
+++ /dev/null
@@ -1,74 +0,0 @@
---- src/error_correct_reads.cc 2018-04-21 14:25:41.310473159 +0200
-+++ src/error_correct_reads.cc 2018-04-21 14:26:58.262493179 +0200
-@@ -25,9 +25,9 @@
- #endif
-
- //#define DEBUG 1
--#include <jellyfish/dbg.hpp>
--#include <jellyfish/atomic_gcc.hpp>
--#include <jellyfish/mer_counting.hpp>
-+#include <jellyfish1/dbg.hpp>
-+#include <jellyfish1/atomic_gcc.hpp>
-+#include <jellyfish1/mer_counting.hpp>
-
- #include <jflib/multiplexed_io.hpp>
- #include <gzip_stream.hpp>
---- src/combine_jf_dbs.cc 2018-04-21 14:25:50.220707057 +0200
-+++ src/combine_jf_dbs.cc 2018-04-21 14:27:04.652660923 +0200
-@@ -1,9 +1,9 @@
--#include <jellyfish/err.hpp>
--#include <jellyfish/misc.hpp>
--#include <jellyfish/mer_counting.hpp>
--#include <jellyfish/compacted_hash.hpp>
--#include <jellyfish/thread_exec.hpp>
--#include <jellyfish/misc.hpp>
-+#include <jellyfish1/err.hpp>
-+#include <jellyfish1/misc.hpp>
-+#include <jellyfish1/mer_counting.hpp>
-+#include <jellyfish1/compacted_hash.hpp>
-+#include <jellyfish1/thread_exec.hpp>
-+#include <jellyfish1/misc.hpp>
- #include <src/combine_jf_dbs.hpp>
-
- int main(int argc, char *argv[])
---- src/error_correct_reads.hpp 2018-04-21 14:26:10.091228666 +0200
-+++ src/error_correct_reads.hpp 2018-04-21 14:27:09.792795853 +0200
-@@ -2,12 +2,12 @@
- #define __ERROR_CORRECT_READS_HPP__
-
- #include <config.h>
--#include <jellyfish/err.hpp>
--#include <jellyfish/mapped_file.hpp>
--#include <jellyfish/invertible_hash_array.hpp>
--#include <jellyfish/allocators_mmap.hpp>
--#include <jellyfish/parse_read.hpp>
--#include <jellyfish/thread_exec.hpp>
-+#include <jellyfish1/err.hpp>
-+#include <jellyfish1/mapped_file.hpp>
-+#include <jellyfish1/invertible_hash_array.hpp>
-+#include <jellyfish1/allocators_mmap.hpp>
-+#include <jellyfish1/parse_read.hpp>
-+#include <jellyfish1/thread_exec.hpp>
- #include <iostream>
- #include <fstream>
- #include <assert.h>
---- configure.ac.ori 2018-04-21 15:00:35.225439196 +0200
-+++ configure.ac 2018-04-21 15:01:37.977086449 +0200
-@@ -28,7 +28,7 @@
- JELLYFISH_VERSION=$(pkg-config --modversion jellyfish-1.1)
- AC_SUBST([JELLYFISH_VERSION])
- AC_ARG_VAR([JELLYFISH], [Jellyfish executable absolute path (default to looking in PATH)])
--AS_IF([test "x$JELLYFISH" = "x"], [AC_PATH_PROG([JELLYFISH], [jellyfish], [false])])
-+AS_IF([test "x$JELLYFISH" = "x"], [AC_PATH_PROG([JELLYFISH], [jellyfish1], [false])])
-
- AC_ARG_VAR([JF_LIB_PATH], [Append this path to LD_LIBRARY_PATH in quorum])
-
-@@ -47,7 +47,7 @@
- # --with-relative-jf-path
- AC_ARG_WITH([relative-jf-path],
- [AC_HELP_STRING([--with-relative-jf-path], [relative path from quorum to jellyfish (use an absolute path if not given. default to "." if given with no argument)])],
-- [case "$withval" in (yes) with_relative_jf_path="jellyfish" ;; (no) with_relative_jf_path= ;; (*) with_relative_jf_path=$withval/jellyfish ;; esac],
-+ [case "$withval" in (yes) with_relative_jf_path="jellyfish1" ;; (no) with_relative_jf_path= ;; (*) with_relative_jf_path=$withval/jellyfish1 ;; esac],
- [with_relative_jf_path= ])
- AC_SUBST([RELATIVE_JF_PATH], $with_relative_jf_path)
- AM_CONDITIONAL([HAVE_RELATIVE_JF_PATH], [test x$with_relative_jf_path != x])
diff --git a/sci-biology/quorum/metadata.xml b/sci-biology/quorum/metadata.xml
deleted file mode 100644
index 138cb7705..000000000
--- a/sci-biology/quorum/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>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/quorum/quorum-1.1.1.ebuild b/sci-biology/quorum/quorum-1.1.1.ebuild
deleted file mode 100644
index 4af286fcb..000000000
--- a/sci-biology/quorum/quorum-1.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Correct substitution errors in Illumina reads"
-HOMEPAGE="http://www.genome.umd.edu/quorum.html
- https://github.com/gmarcais/Quorum"
-SRC_URI="https://github.com/gmarcais/Quorum/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=sci-biology/jellyfish-2.1.4:2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- # fix jellyfish include path
- find -type f -name "*.cc" -exec sed -i -e 's/<jellyfish\//<jellyfish2\//g' {} + || die
- find -type f -name "*.hpp" -exec sed -i -e 's/<jellyfish\//<jellyfish2\//g' {} + || die
-}
-
-src_configure(){
- econf --enable-relative-paths --with-relative-jf-path
- default
-}