pkgsrc-WIP-changes archive

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

peak-classifier: Update to 0.1.4.13



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 6 12:00:32 2023 -0500
Changeset:	eed07e6f8a8edd157574a61a9732176c0836e9cd

Modified Files:
	peak-classifier/DESCR
	peak-classifier/Makefile
	peak-classifier/distinfo

Log Message:
peak-classifier: Update to 0.1.4.13

Update for libxtend API change (standardize on xt_ prefix)

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

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

diffstat:
 peak-classifier/DESCR    | 9 +++++----
 peak-classifier/Makefile | 4 ++--
 peak-classifier/distinfo | 6 +++---
 3 files changed, 10 insertions(+), 9 deletions(-)

diffs:
diff --git a/peak-classifier/DESCR b/peak-classifier/DESCR
index 875a28de0c..39d110a5ce 100644
--- a/peak-classifier/DESCR
+++ b/peak-classifier/DESCR
@@ -1,5 +1,6 @@
 Classify ChIP/ATAC-Seq peaks based on features provided in a GFF
-Peaks are provided in a BED file sorted by chromosome and position. The GFF
-must be sorted by chromosome and position, with gene-level features separated
-by ### tags and each gene organized into subfeatures such as transcripts and
-exons.  This is the default for common data sources.
+Peaks are provided in a BED file sorted by chromosome and position.
+The GFF must be sorted by chromosome and position, with gene-level
+features separated by ### tags and each gene organized into
+subfeatures such as transcripts and exons.  This is the default
+for common data sources.
diff --git a/peak-classifier/Makefile b/peak-classifier/Makefile
index 58a2a04368..5d59e252f6 100644
--- a/peak-classifier/Makefile
+++ b/peak-classifier/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	peak-classifier-0.1.4.11
+DISTNAME=	peak-classifier-0.1.4.13
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	394f61cb00eadcd07b0d7d2df4631502c0aa46d4
+GITHUB_TAG=	fb89af3b2e976c2ccb42d861324aa40591f5cadb
 
 OWNER=		bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/peak-classifier
diff --git a/peak-classifier/distinfo b/peak-classifier/distinfo
index 2bdf34c94c..3f14e88602 100644
--- a/peak-classifier/distinfo
+++ b/peak-classifier/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (peak-classifier-0.1.4.11-394f61cb00eadcd07b0d7d2df4631502c0aa46d4.tar.gz) = 4e78ebc54cf7c3e5c940ce9dfa1ee5ebcf124ef4bda52f0173ff93fa1e13c851
-SHA512 (peak-classifier-0.1.4.11-394f61cb00eadcd07b0d7d2df4631502c0aa46d4.tar.gz) = 94f6cc97d40b251f006aba1bbc0262051b9070ea7fd13284156a508f544e1e46f38e35c66502e3478d67de47c547478d11c22a36090237dcbea21621d11e2200
-Size (peak-classifier-0.1.4.11-394f61cb00eadcd07b0d7d2df4631502c0aa46d4.tar.gz) = 87358 bytes
+BLAKE2s (peak-classifier-0.1.4.13-fb89af3b2e976c2ccb42d861324aa40591f5cadb.tar.gz) = 6f7f1bd00518dc39ecfa8fa0ab0c34436174c1366bec6e15708e255627c0dede
+SHA512 (peak-classifier-0.1.4.13-fb89af3b2e976c2ccb42d861324aa40591f5cadb.tar.gz) = 9463b291b402613bed6a1bf4bda7d0a5508c95093eb48a5c336e42161745f66684ee86d7486f9f55505ef99faf48c1de567396e7f1e8869a587d3a96770f12d7
+Size (peak-classifier-0.1.4.13-fb89af3b2e976c2ccb42d861324aa40591f5cadb.tar.gz) = 87434 bytes


Home | Main Index | Thread Index | Old Index