pkgsrc-WIP-changes archive

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

diffanal: Fast, simple differential analysis for sequence data



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Tue May 17 17:36:52 2022 -0500
Changeset:	481a1d36fbc72d7024b34232226617f2af853680

Modified Files:
	Makefile
Added Files:
	diffanal/DESCR
	diffanal/Makefile
	diffanal/PLIST
	diffanal/distinfo

Log Message:
diffanal: Fast, simple differential analysis for sequence data

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

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

diffstat:
 Makefile          |  1 +
 diffanal/DESCR    |  5 +++++
 diffanal/Makefile | 21 +++++++++++++++++++++
 diffanal/PLIST    |  8 ++++++++
 diffanal/distinfo |  5 +++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7a10e996eb..73fcb5be64 100644
--- a/Makefile
+++ b/Makefile
@@ -646,6 +646,7 @@ SUBDIR+=	diablo
 SUBDIR+=	dict-est-rus
 SUBDIR+=	dict-freedict-eng-ara
 SUBDIR+=	dict-freedict-eng-fra
+SUBDIR+=	diffanal
 SUBDIR+=	digitemp
 SUBDIR+=	dillo-devel
 SUBDIR+=	ding
diff --git a/diffanal/DESCR b/diffanal/DESCR
new file mode 100644
index 0000000000..1e328481ba
--- /dev/null
+++ b/diffanal/DESCR
@@ -0,0 +1,5 @@
+Diffanal aims to provide a fast and simple differential analysis tool
+that just works and does not require any knowledge beyond basic Unix
+command-line skills. The code is written entirely in C to maximize
+efficiency and portability, and to provide a simple command-line user
+interface.
diff --git a/diffanal/Makefile b/diffanal/Makefile
new file mode 100644
index 0000000000..709a843c62
--- /dev/null
+++ b/diffanal/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Tue May 17 17:34:20 CDT 2022               #
+###########################################################
+
+DISTNAME=	diffanal-0.1.0
+CATEGORIES=	biology
+MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
+
+MAINTAINER=	bacon%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/auerlab/diffanal
+COMMENT=	Fast, simple differential analysis
+LICENSE=	2-clause-bsd
+
+pre-build:
+	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
+
+.include "../../wip/biolibc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/diffanal/PLIST b/diffanal/PLIST
new file mode 100644
index 0000000000..1ec7419f53
--- /dev/null
+++ b/diffanal/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+bin/diffanal
+libexec/diffanal/abundance
+libexec/diffanal/fold-change
+libexec/diffanal/normalize
+man/man1/diffanal-abundance.1
+man/man1/diffanal-fold-change.1
+man/man1/diffanal-normalize.1
diff --git a/diffanal/distinfo b/diffanal/distinfo
new file mode 100644
index 0000000000..bdc9d5e73c
--- /dev/null
+++ b/diffanal/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (diffanal-0.1.0.tar.gz) = 8015fb53001610fd913aee4a372e441ba1f0659a9f12bd070ecf41f8a7423678
+SHA512 (diffanal-0.1.0.tar.gz) = 39539acc8ed418027f0905291db637c11e2bef05cf438cf1ef55e2e6665e758860fe1984891f0652393e03ff8de00372895b79aac78ad97a04ad8cbeaf297408
+Size (diffanal-0.1.0.tar.gz) = 35446 bytes


Home | Main Index | Thread Index | Old Index