pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/biology/fasda biology/fasda: Fast and simple different...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d2bf3423f83
branches: trunk
changeset: 389920:8d2bf3423f83
user: bacon <bacon%pkgsrc.org@localhost>
date: Mon Dec 12 18:28:42 2022 +0000
description:
biology/fasda: Fast and simple differential analysis
FASDA 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.
diffstat:
biology/fasda/DESCR | 5 +++++
biology/fasda/Makefile | 18 ++++++++++++++++++
biology/fasda/PLIST | 11 +++++++++++
biology/fasda/distinfo | 5 +++++
4 files changed, 39 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r a5b3a24be91b -r 8d2bf3423f83 biology/fasda/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/fasda/DESCR Mon Dec 12 18:28:42 2022 +0000
@@ -0,0 +1,5 @@
+FASDA 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 -r a5b3a24be91b -r 8d2bf3423f83 biology/fasda/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/fasda/Makefile Mon Dec 12 18:28:42 2022 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/12/12 18:28:42 bacon Exp $
+
+DISTNAME= fasda-0.1.2
+CATEGORIES= biology
+MASTER_SITES= ${MASTER_SITE_GITHUB:=auerlab/}
+
+MAINTAINER= bacon%NetBSD.org@localhost
+HOMEPAGE= https://github.com/auerlab/fasda
+COMMENT= Fast and simple differential analysis
+LICENSE= 2-clause-bsd
+
+LDFLAGS.SunOS+= -lresolv
+
+pre-build:
+ cd ${WRKSRC} && make depend PREFIX=${PREFIX}
+
+.include "../../biology/biolibc/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a5b3a24be91b -r 8d2bf3423f83 biology/fasda/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/fasda/PLIST Mon Dec 12 18:28:42 2022 +0000
@@ -0,0 +1,11 @@
+@comment $NetBSD: PLIST,v 1.1 2022/12/12 18:28:42 bacon Exp $
+bin/fasda
+libexec/fasda/abundance
+libexec/fasda/fold-change
+libexec/fasda/normalize
+libexec/fasda/pval-sim
+man/man1/fasda-abundance.1
+man/man1/fasda-fold-change.1
+man/man1/fasda-normalize.1
+man/man1/fasda-pval-sim.1
+man/man1/fasda.1
diff -r a5b3a24be91b -r 8d2bf3423f83 biology/fasda/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/biology/fasda/distinfo Mon Dec 12 18:28:42 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/12/12 18:28:42 bacon Exp $
+
+BLAKE2s (fasda-0.1.2.tar.gz) = 5c226192fb08fe7a4aca39aafc0305ec7c64bee2f20f167fe45610a3df9c754a
+SHA512 (fasda-0.1.2.tar.gz) = 0ced651822c3cd0f079cb6d2eda4acbe1a7383622dbe7b2a4b2155943fb64979b80241a2e711a10c9362407ec262a3ff8cb32a1e495695d1c8df139902c7ba6d
+Size (fasda-0.1.2.tar.gz) = 57295 bytes
Home |
Main Index |
Thread Index |
Old Index