mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.5 KiB
Tcl
39 lines
1.5 KiB
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 tgirke systemPipeRdata 2.8.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Workflow templates and sample data
|
|
long_description {*}${description}
|
|
homepage https://github.com/tgirke/systemPipeRdata
|
|
master_sites https://bioconductor.org/packages/release/data/experiment/src/contrib/
|
|
checksums rmd160 99144b9a72132fb0c3a1852223495e74122024c8 \
|
|
sha256 3d86fe3aa6982ec65643f040733c93dd7e950a90feb7a2c470e5d4c78a26378c \
|
|
size 283914585
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
|
|
depends_lib-append port:R-BiocGenerics \
|
|
port:R-Biostrings \
|
|
port:R-jsonlite \
|
|
port:R-remotes
|
|
|
|
depends_test-append port:R-BiocStyle \
|
|
port:R-GenomicFeatures \
|
|
port:R-GenomicRanges \
|
|
port:R-IRanges \
|
|
port:R-knitr \
|
|
port:R-rmarkdown \
|
|
port:R-Rsamtools \
|
|
port:R-rtracklayer \
|
|
port:R-RUnit \
|
|
port:R-ShortRead \
|
|
port:R-systemPipeR
|
|
|
|
test.run yes
|