pkgsrc-WIP-changes archive

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

py-macs3: Clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Dec 22 09:07:45 2023 -0600
Changeset:	865ba4bd6d61ad4966c93c0f50025d4b3c69edf9

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

Log Message:
py-macs3: Clean up

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

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

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

diffs:
diff --git a/py-macs3/DESCR b/py-macs3/DESCR
index 845dbab1b0..e2708d41a9 100644
--- a/py-macs3/DESCR
+++ b/py-macs3/DESCR
@@ -1 +1,6 @@
-[description of the port]
+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.
diff --git a/py-macs3/Makefile b/py-macs3/Makefile
index e23903f2c6..566d307848 100644
--- a/py-macs3/Makefile
+++ b/py-macs3/Makefile
@@ -8,8 +8,8 @@ GITHUB_PROJECT=	MACS
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
-HOMEPAGE=	https://pypi.python.org/pypi/macs2
-COMMENT=	Novel algorithm for identifying transcript factor binding sites
+HOMEPAGE=	https://github.com/macs3-project/MACS
+COMMENT=	Peak caller aimed at transcription factor binding sites
 LICENSE=	modified-bsd
 
 DEPENDS+=	${PYPKGPREFIX}-hmmlearn>=0:../../wip/py-hmmlearn


Home | Main Index | Thread Index | Old Index