2023-10-29 01:00:35 +08:00
|
|
|
# -*- 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
|
|
|
|
|
|
2024-05-04 19:43:31 +08:00
|
|
|
R.setup bioconductor Bioconductor annotate 1.82.0
|
|
|
|
|
revision 0
|
|
|
|
|
categories-append bioconductor
|
2023-10-29 01:00:35 +08:00
|
|
|
maintainers nomaintainer
|
|
|
|
|
license Artistic-2
|
|
|
|
|
description Annotation for microarrays
|
|
|
|
|
long_description {*}${description}
|
2024-05-04 19:43:31 +08:00
|
|
|
checksums rmd160 c88730085b3224390f37021ba07585e088cc88f9 \
|
|
|
|
|
sha256 0e688a52c2234dc5e30032aa7633899b73840e8d123c05392814664e85c09aec \
|
|
|
|
|
size 1768157
|
2023-10-29 01:00:35 +08:00
|
|
|
supported_archs noarch
|
2024-05-22 23:59:06 +10:00
|
|
|
platforms {darwin any}
|
2023-10-29 01:00:35 +08:00
|
|
|
|
|
|
|
|
depends_lib-append port:R-AnnotationDbi \
|
|
|
|
|
port:R-Biobase \
|
|
|
|
|
port:R-BiocGenerics \
|
|
|
|
|
port:R-DBI \
|
|
|
|
|
port:R-httr \
|
|
|
|
|
port:R-XML \
|
|
|
|
|
port:R-xtable
|