pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
fasda-utils: Optional companion scripts for FASDA
Module Name: pkgsrc-wip
Committed By: Jason W. Bacon <jtocino%gmx.com@localhost>
Pushed By: outpaddling
Date: Fri Apr 4 08:42:47 2025 -0500
Changeset: e440b715a3317d0154e016a5d5e58bc14054c96b
Modified Files:
Makefile
Added Files:
fasda-utils/DESCR
fasda-utils/Makefile
fasda-utils/PLIST
fasda-utils/distinfo
Log Message:
fasda-utils: Optional companion scripts for FASDA
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e440b715a3317d0154e016a5d5e58bc14054c96b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
fasda-utils/DESCR | 9 +++++++++
fasda-utils/Makefile | 22 ++++++++++++++++++++++
fasda-utils/PLIST | 4 ++++
fasda-utils/distinfo | 5 +++++
5 files changed, 41 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 4b69d2171c..226ede0ad5 100644
--- a/Makefile
+++ b/Makefile
@@ -915,6 +915,7 @@ SUBDIR+= fallout2-ce
SUBDIR+= famsa
SUBDIR+= farsi-ttf
SUBDIR+= fasda
+SUBDIR+= fasda-utils
SUBDIR+= fasm
SUBDIR+= fasta
SUBDIR+= fastahack
diff --git a/fasda-utils/DESCR b/fasda-utils/DESCR
new file mode 100644
index 0000000000..c3abdf4842
--- /dev/null
+++ b/fasda-utils/DESCR
@@ -0,0 +1,9 @@
+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.
+
+FASDA-utils is a collection of optional companion programs and
+scripts. They are separated from the main FASDA distribution in
+order to keep FASDA packages minimal.
diff --git a/fasda-utils/Makefile b/fasda-utils/Makefile
new file mode 100644
index 0000000000..2be5070859
--- /dev/null
+++ b/fasda-utils/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME= fasda-utils-0.0.0.3
+CATEGORIES= biology
+MASTER_SITES= ${MASTER_SITE_GITHUB:=auerlab/}
+GITHUB_TAG= eb807e741241e15db049409e5d401d21d91eb8f2
+
+OWNER= bacon%NetBSD.org@localhost
+HOMEPAGE= https://github.com/auerlab/fasda-utils
+COMMENT= Fast and simple differential analysis extras
+LICENSE= 2-clause-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-seaborn>0:../../graphics/py-seaborn
+DEPENDS+= ${PYPKGPREFIX}-fastcluster>0:../../wip/py-fastcluster
+
+REPLACE_PYTHON= Scripts/heatmap.py
+
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR} VERSION=${PKGVERSION}
+
+.include "../../wip/biolibc/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/fasda-utils/PLIST b/fasda-utils/PLIST
new file mode 100644
index 0000000000..266a64770f
--- /dev/null
+++ b/fasda-utils/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+libexec/fasda/heatmap
+libexec/fasda/heatmap.py
+man/man1/fasda-heatmap.1
diff --git a/fasda-utils/distinfo b/fasda-utils/distinfo
new file mode 100644
index 0000000000..4c3a51e62a
--- /dev/null
+++ b/fasda-utils/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (fasda-utils-0.0.0.3-eb807e741241e15db049409e5d401d21d91eb8f2.tar.gz) = 51da4e572cb54b6022728f7dbcc16f70e455da23aa520a7eff879f3c971bc794
+SHA512 (fasda-utils-0.0.0.3-eb807e741241e15db049409e5d401d21d91eb8f2.tar.gz) = 84947e7c602179ae31ad6ee1640c4feb582e91ac57b80de5f3507b56fad29094493f784ca6ecc6ede4cb7f6fab864d8a601121776107927af00cf66bfa66e1e0
+Size (fasda-utils-0.0.0.3-eb807e741241e15db049409e5d401d21d91eb8f2.tar.gz) = 4895 bytes
Home |
Main Index |
Thread Index |
Old Index