diff options
| author | Jason W. Bacon <jwb@FreeBSD.org> | 2026-07-04 00:42:57 +0000 |
|---|---|---|
| committer | Jason W. Bacon <jwb@FreeBSD.org> | 2026-07-04 00:42:57 +0000 |
| commit | 4503d4fcebc45912c083a9b07c2753e55137f07d (patch) | |
| tree | e3dcc15da64806580841c4badf97cb1286a43f58 /biology | |
| parent | 117cd80d6d50120ce912999f0eb8c65da0532187 (diff) | |
Diffstat (limited to 'biology')
| -rw-r--r-- | biology/chip-seq/Makefile | 12 | ||||
| -rw-r--r-- | biology/chip-seq/distinfo | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/biology/chip-seq/Makefile b/biology/chip-seq/Makefile index 6218595cd628..5acc2ca2bad4 100644 --- a/biology/chip-seq/Makefile +++ b/biology/chip-seq/Makefile @@ -1,6 +1,8 @@ PORTNAME= chip-seq -DISTVERSION= 0.1.2 -PORTREVISION= 1 +# Update major version only if the metaport is overhauled +# Update minor version when adding or removing dependencies +# Update revision for all other changes +DISTVERSION= 0.3.1 CATEGORIES= biology python MASTER_SITES= # empty @@ -18,10 +20,12 @@ RUN_DEPENDS= sra-tools>0:biology/sra-tools \ bwa>0:biology/bwa \ bowtie2>0:biology/bowtie2 \ samtools>0:biology/samtools \ - ${PYTHON_PKGNAMEPREFIX}macs2>0:biology/py-macs2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}MACS3>0:biology/py-macs3@${PY_FLAVOR} \ fasda>0:biology/fasda \ + fasda-utils>0:biology/fasda-utils \ peak-classifier>0:biology/peak-classifier \ - webbrowser>0:www/webbrowser + webbrowser>0:www/webbrowser \ + curl>0:ftp/curl USES= metaport python diff --git a/biology/chip-seq/distinfo b/biology/chip-seq/distinfo index 5912638d4af3..79cf14b6de7f 100644 --- a/biology/chip-seq/distinfo +++ b/biology/chip-seq/distinfo @@ -1 +1 @@ -TIMESTAMP = 1686777697 +TIMESTAMP = 1673549889 |
