Port details |
- py-macs3 Peak caller aimed at transcription factor binding sites
- 3.0.2 biology =2 3.0.1Version of this port present on the latest quarterly branch.
- Maintainer: jwb@FreeBSD.org
- Port Added: 2024-01-10 15:21:08
- Last Update: 2024-09-14 13:23:32
- Commit Hash: fbb86e9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/taoliu/MACS
- Description:
- 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 Sequencing). MACS
identifies "peaks" in the genome sequence, which are areas enriched
in bound TFs or accessible chromatin.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}MACS3>0:biology/py-macs3@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/biology/py-macs3/ && make install clean
- To add the package, run one of these commands:
- pkg install biology/py-macs3
- pkg install py311-MACS3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-MACS3 listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-MACS3
- Package flavors (<flavor>: <package>)
- NOT_FOR_ARCHS: i386
- distinfo:
- TIMESTAMP = 1725973815
SHA256 (macs3-project-MACS-v3.0.2_GH0.tar.gz) = 33e877460f1b621ee85c78221b52d1e067b8f5aacdaf4d16bd887485bf636e08
SIZE (macs3-project-MACS-v3.0.2_GH0.tar.gz) = 197484503
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-wheel>0 : devel/py-wheel@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- simde>0 : devel/simde
- py311-cykhash>0 : devel/py-cykhash@py311
- py311-hmmlearn>=0.3.2 : math/py-hmmlearn@py311
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest>0 : devel/py-pytest@py311
- bash : shells/bash
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-cykhash>0 : devel/py-cykhash@py311
- py311-hmmlearn>=0.3.2 : math/py-hmmlearn@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- biology/atac-seq
Configuration Options:
- No options to configure
- Options name:
- biology_py-macs3
- USES:
- localbase perl5 python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.2 14 Sep 2024 13:23:32 |
Jason W. Bacon (jwb) |
biology/py-macs3: Update to 3.0.2
Some minor enhancements and improved docs
Changes: https://github.com/macs3-project/MACS/releases
Reported by: portscout |
3.0.1 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
3.0.1 29 Jun 2024 05:02:34 |
Jason E. Hale (jhale) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
3.0.1 18 Apr 2024 23:02:57 |
Jason W. Bacon (jwb) |
biology/py-macs3: Mark not for i386
SIMDE does not support _Float16
Nobody does bioinformatics on 32-bit processors anyway, as many
applications have huge memory requirements |
3.0.1 28 Feb 2024 13:29:15 |
Jason W. Bacon (jwb) |
biology/py-macs3: Update to 3.0.1
Minor bug fix release
Changes: https://github.com/macs3-project/MACS/releases |
3.0.0 10 Jan 2024 15:19:56 |
Jason W. Bacon (jwb) |
biology/py-macs3: Peak caller for TF binding sites
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 Sequencing). MACS
identifies "peaks" in the genome sequence, which are areas enriched
in bound TFs or accessible chromatin. |
Number of commits found: 6
|