pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fastq-trim: Lightening fast sequence read trimmer



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jan 7 09:19:20 2022 -0600
Changeset:	962449e44f5ad937ffa3aa70391316d845e10b5d

Added Files:
	fastq-trim/DESCR
	fastq-trim/Makefile
	fastq-trim/PLIST
	fastq-trim/distinfo

Log Message:
fastq-trim: Lightening fast sequence read trimmer

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=962449e44f5ad937ffa3aa70391316d845e10b5d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fastq-trim/DESCR    |  2 ++
 fastq-trim/Makefile | 22 ++++++++++++++++++++++
 fastq-trim/PLIST    |  5 +++++
 fastq-trim/distinfo |  5 +++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/fastq-trim/DESCR b/fastq-trim/DESCR
new file mode 100644
index 0000000000..a751015db0
--- /dev/null
+++ b/fastq-trim/DESCR
@@ -0,0 +1,2 @@
+Fastq-trim is a hopefully lightening fast read trimming tool for QA of
+DNA and RNA reads prior to analyses such as RNA-Seq.
diff --git a/fastq-trim/Makefile b/fastq-trim/Makefile
new file mode 100644
index 0000000000..f42dc7f4e9
--- /dev/null
+++ b/fastq-trim/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Fri Jan  7 09:05:08 CST 2022               #
+###########################################################
+
+DISTNAME=	fastq-trim-0.0.0.29
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
+GITHUB_TAG=	5606cecf85cec703681deb6ff49f618ce1497fdb
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/outpaddling/Fastq-trim
+COMMENT=	Lightening fast sequence read trimmer
+LICENSE=	2-clause-bsd
+
+pre-build:
+	(cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend)
+
+.include "../../wip/biolibc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fastq-trim/PLIST b/fastq-trim/PLIST
new file mode 100644
index 0000000000..d02bd0c9f2
--- /dev/null
+++ b/fastq-trim/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+bin/fastq-trim
+bin/fastq-vis
+man/man1/fastq-trim.1
+man/man1/fastq-vis.1
diff --git a/fastq-trim/distinfo b/fastq-trim/distinfo
new file mode 100644
index 0000000000..2a38a98d1c
--- /dev/null
+++ b/fastq-trim/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (fastq-trim-0.0.0.29-5606cecf85cec703681deb6ff49f618ce1497fdb.tar.gz) = b68ee5f898155883079e6b30b14015efe9d3d9f1283abbe28c4a5888d19ec5fc
+SHA512 (fastq-trim-0.0.0.29-5606cecf85cec703681deb6ff49f618ce1497fdb.tar.gz) = 9562632c07e47839fb8059ff4fd510e36da1ec3633c9f34704414ba15ce1b12c71021b6cfdf6f4ff7ad6d360a5e9d5a407ca2556a721dffdcdc4576ff88640fa
+Size (fastq-trim-0.0.0.29-5606cecf85cec703681deb6ff49f618ce1497fdb.tar.gz) = 17757298 bytes


Home | Main Index | Thread Index | Old Index