mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
945 B
Tcl
24 lines
945 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup R 1.0
|
|
|
|
R.setup bioconductor Kraus-Lab groHMM 1.38.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description GRO-seq analysis pipeline
|
|
long_description {*}${description}
|
|
homepage https://github.com/Kraus-Lab/groHMM
|
|
checksums rmd160 00d1f0fb56521ab8c4ec8cc8d44953e9fea6e543 \
|
|
sha256 259c1d472433cf516982da1aa774ceb1d8d341e768eb73881053ca16739aacee \
|
|
size 4358351
|
|
|
|
depends_lib-append port:R-GenomeInfoDb \
|
|
port:R-GenomicAlignments \
|
|
port:R-GenomicRanges \
|
|
port:R-IRanges \
|
|
port:R-rtracklayer \
|
|
port:R-S4Vectors
|