pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/biology/racon biology/racon: add racon 1.4.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3634cda953b
branches: trunk
changeset: 453273:c3634cda953b
user: brook <brook%pkgsrc.org@localhost>
date: Wed May 26 18:53:39 2021 +0000
description:
biology/racon: add racon 1.4.3
## Description
Racon is intended as a standalone consensus module to correct raw
contigs generated by rapid assembly methods which do not include a
consensus step. The goal of Racon is to generate genomic consensus
which is of similar or better quality compared to the output generated
by assembly methods which employ both error correction and consensus
steps, while providing a speedup of several times compared to those
methods. It supports data produced by both Pacific Biosciences and
Oxford Nanopore Technologies.
Racon can be used as a polishing tool after the assembly with **either
Illumina data or data produced by third generation of
sequencing**. The type of data inputed is automatically detected.
Racon takes as input only three files: contigs in FASTA/FASTQ format,
reads in FASTA/FASTQ format and overlaps/alignments between the reads
and the contigs in MHAP/PAF/SAM format. Output is a set of polished
contigs in FASTA format printed to stdout. All input files **can be
compressed with gzip** (which will have impact on parsing time).
Racon can also be used as a read error-correction tool. In this
scenario, the MHAP/PAF/SAM file needs to contain pairwise overlaps
between reads **including dual overlaps**.
A **wrapper script** is also available to enable easier usage to the
end-user for large datasets. It has the same interface as racon but
adds two additional features from the outside. Sequences can be
**subsampled** to decrease the total execution time (accuracy might be
lower) while target sequences can be **split** into smaller chunks and
run sequentially to decrease memory consumption. Both features can be
run at the same time as well.
diffstat:
biology/racon/DESCR | 12 ++++++++++++
biology/racon/Makefile | 32 ++++++++++++++++++++++++++++++++
biology/racon/PLIST | 3 +++
biology/racon/distinfo | 6 ++++++
4 files changed, 53 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r 70dac5501283 -r c3634cda953b biology/racon/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/racon/DESCR Wed May 26 18:53:39 2021 +0000
@@ -0,0 +1,12 @@
+Racon is intended as a standalone consensus module to correct raw
+contigs generated by rapid assembly methods which do not include a
+consensus step. The goal of Racon is to generate genomic consensus
+which is of similar or better quality compared to the output generated
+by assembly methods which employ both error correction and consensus
+steps, while providing a speedup of several times compared to those
+methods. It supports data produced by both Pacific Biosciences and
+Oxford Nanopore Technologies.
+
+Racon can be used as a polishing tool after the assembly with either
+Illumina data or data produced by third generation of sequencing. The
+type of data inputed is automatically detected.
diff -r 70dac5501283 -r c3634cda953b biology/racon/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/racon/Makefile Wed May 26 18:53:39 2021 +0000
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1 2021/05/26 18:53:39 brook Exp $
+
+GITHUB_PROJECT= racon
+DISTNAME= racon-v1.4.3
+PKGNAME= ${DISTNAME:S,-v,-,}
+CATEGORIES= biology
+MASTER_SITES= ${MASTER_SITE_GITHUB:=isovic/}
+GITHUB_RELEASE= 1.4.3
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/isovic/racon/
+COMMENT= Genomic consensus builder
+LICENSE= mit
+
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= vendor/bioparser/vendor/zlib/contrib/minizip/minizip.pc.in
+PKGCONFIG_OVERRIDE+= vendor/bioparser/vendor/zlib/zlib.pc.in
+PKGCONFIG_OVERRIDE+= vendor/googletest/googlemock/cmake/gmock.pc.in
+PKGCONFIG_OVERRIDE+= vendor/googletest/googlemock/cmake/gmock_main.pc.in
+PKGCONFIG_OVERRIDE+= vendor/googletest/googletest/cmake/gtest.pc.in
+PKGCONFIG_OVERRIDE+= vendor/googletest/googletest/cmake/gtest_main.pc.in
+PKGCONFIG_OVERRIDE+= vendor/spoa/spoa.pc.in
+
+INSTALLATION_DIRS+= share/doc/racon
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/racon
+
+.include "../../mk/bsd.pkg.mk"
diff -r 70dac5501283 -r c3634cda953b biology/racon/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/racon/PLIST Wed May 26 18:53:39 2021 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2021/05/26 18:53:39 brook Exp $
+bin/racon
+share/doc/racon/README.md
diff -r 70dac5501283 -r c3634cda953b biology/racon/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/racon/distinfo Wed May 26 18:53:39 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/05/26 18:53:39 brook Exp $
+
+SHA1 (racon-v1.4.3.tar.gz) = 472afb308a07f83689f32777f044ba1cc5cd812b
+RMD160 (racon-v1.4.3.tar.gz) = 40528de630d4063582e528b56ca0fdf815a002fe
+SHA512 (racon-v1.4.3.tar.gz) = 4ac1b62b194f237e3436d8384e6fadbf86ba3ea1ceef64000aca15d04a67ba38b189aad19966172c5ef3124a3b284488ec28f000f67b5b374402d64f208b0395
+Size (racon-v1.4.3.tar.gz) = 51468817 bytes
Home |
Main Index |
Thread Index |
Old Index