mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
34 lines
1.2 KiB
Tcl
34 lines
1.2 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 UBod kebabs 1.38.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license GPL-2.1+
|
|
description Kernel-Based Analysis of Biological Sequences
|
|
long_description {*}${description}
|
|
homepage https://github.com/UBod/kebabs
|
|
checksums rmd160 50f251dea322a014512f38196869877c436797aa \
|
|
sha256 e71880f5391ecf02504c2aa21377291cbce61c005c202e47fe7444e8777f9a6c \
|
|
size 2284516
|
|
|
|
depends_lib-append port:R-apcluster \
|
|
port:R-Biostrings \
|
|
port:R-e1071 \
|
|
port:R-IRanges \
|
|
port:R-kernlab \
|
|
port:R-LiblineaR \
|
|
port:R-Rcpp \
|
|
port:R-S4Vectors \
|
|
port:R-XVector
|
|
|
|
depends_test-append port:R-Biobase \
|
|
port:R-BiocGenerics \
|
|
port:R-knitr \
|
|
port:R-SparseM
|
|
|
|
test.run yes
|