pkgsrc-WIP-changes archive

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

peak-classifier: Update to 0.0.1.26



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed May 5 08:51:41 2021 -0500
Changeset:	af96568091abc301d8881324cd3409e5c1e1c368

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

Log Message:
peak-classifier: Update to 0.0.1.26

Generate augmented BED files with the same stem as the GFF
Reuse existing BED files rather than augment and sort needlessly
Add support for minimum GFF overlap (probably not that useful)
Utilize libxtendc

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

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

diffstat:
 peak-classifier/Makefile | 6 +++---
 peak-classifier/distinfo | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs:
diff --git a/peak-classifier/Makefile b/peak-classifier/Makefile
index db6ab51ea5..9111afaeab 100644
--- a/peak-classifier/Makefile
+++ b/peak-classifier/Makefile
@@ -5,10 +5,10 @@
 #              Sun May  2 07:10:29 CDT 2021               #
 ###########################################################
 
-DISTNAME=	peak-classifier-0.0.1.18
+DISTNAME=	peak-classifier-0.0.1.26
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	e24d4aaf208784ed5545ef8fb7ad85fea6f88820
+GITHUB_TAG=	6379d54dc04160e9386f29b9678361204f113f56
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/peak-classifier
@@ -25,6 +25,6 @@ pre-build:
 	cd ${WRKSRC} && make depend PREFIX=${PREFIX}
 
 .include "../../wip/biolibc/buildlink3.mk"
+.include "../../wip/libxtendc/buildlink3.mk"
 .include "../../lang/python/application.mk"
-# .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/peak-classifier/distinfo b/peak-classifier/distinfo
index deeb44053d..902f206d51 100644
--- a/peak-classifier/distinfo
+++ b/peak-classifier/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (peak-classifier-0.0.1.18-e24d4aaf208784ed5545ef8fb7ad85fea6f88820.tar.gz) = 3a92c99d6e0ad879c4a0326815357e75078854f8
-RMD160 (peak-classifier-0.0.1.18-e24d4aaf208784ed5545ef8fb7ad85fea6f88820.tar.gz) = d5566b67c5c06e428b456d3cfdfc786d5f03e2d8
-SHA512 (peak-classifier-0.0.1.18-e24d4aaf208784ed5545ef8fb7ad85fea6f88820.tar.gz) = 70d14bbf04ce7ca0f04270af51b116a367367d592a4c86242dd31b2b2494c6fa1ce4d74375a1952305a6d22c87addc54b1d90fc16704cb808f8c991f483a2355
-Size (peak-classifier-0.0.1.18-e24d4aaf208784ed5545ef8fb7ad85fea6f88820.tar.gz) = 78756 bytes
+SHA1 (peak-classifier-0.0.1.26-6379d54dc04160e9386f29b9678361204f113f56.tar.gz) = fa91b40b3e1bb6d8c963dcd53acfc70c8f70a5d6
+RMD160 (peak-classifier-0.0.1.26-6379d54dc04160e9386f29b9678361204f113f56.tar.gz) = 61f4617119ea416306bb2685332d1ada59cd964d
+SHA512 (peak-classifier-0.0.1.26-6379d54dc04160e9386f29b9678361204f113f56.tar.gz) = d304f67d4be5a814c2db8db51646e2f9558da5ffcc90da9e2e7276859a3d16e08437b5e37c76f530038cb3a975661af21a919674453c8441703b634852132fb1
+Size (peak-classifier-0.0.1.26-6379d54dc04160e9386f29b9678361204f113f56.tar.gz) = 79787 bytes


Home | Main Index | Thread Index | Old Index