pkgsrc-WIP-changes archive

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

py-macs3: Move py-cykhas dep from wip to devel, clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jan 10 08:29:56 2024 -0600
Changeset:	17566b18c08a89ef37b0eaef6f024f88c7c15ad4

Modified Files:
	py-macs3/DESCR
	py-macs3/Makefile

Log Message:
py-macs3: Move py-cykhas dep from wip to devel, clean up

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

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

diffstat:
 py-macs3/DESCR    | 6 +++---
 py-macs3/Makefile | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-macs3/DESCR b/py-macs3/DESCR
index e2708d41a9..7e901a88e5 100644
--- a/py-macs3/DESCR
+++ b/py-macs3/DESCR
@@ -1,6 +1,6 @@
 MACS (Model-based Analysis of ChIP-Seq) is a tool for identifying
 transcription factor (TF) binding sites.   Such sites are generated
 by CHiP-Seq (CHromatin immuno-Precipitation sequencing) and ATAC-Seq
-(Assay for Transposase Accessible Chromatin).  MACS identifies
-"peaks" in the genome sequence, which are areas enriched in bound
-TFs or accessible chromatin.
+(Assay for Transposase Accessible Chromatin Sequencing).  MACS
+identifies "peaks" in the genome sequence, which are areas enriched
+in bound TFs or accessible chromatin.
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index 7e86d8fae7..1f5a52fe88 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -14,7 +14,7 @@ LICENSE=	modified-bsd
 
 # cykhash>=2.0,<3.0
 DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0.3:../../math/py-hmmlearn \
-		${PYPKGPREFIX}-cykhash>=2.0:../../wip/py-cykhash
+		${PYPKGPREFIX}-cykhash>=2.0:../../devel/py-cykhash
 TEST_DEPENDS=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
 
 USE_TOOLS+=	bash perl:test


Home | Main Index | Thread Index | Old Index