mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
956 B
Tcl
27 lines
956 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 Bioconductor DECIPHER 3.0.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Tools for curating, analyzing and manipulating \
|
|
biological sequences
|
|
long_description {*}${description}
|
|
checksums rmd160 ee810d351b0f09dec22892e5ae7809a50c5bfce5 \
|
|
sha256 95da04138348bf370254893a41d96bc2cee7770b1ff199fb73bd50e2f5a0ffad \
|
|
size 19822454
|
|
|
|
depends_lib-append port:R-Biostrings \
|
|
port:R-DBI \
|
|
port:R-IRanges \
|
|
port:R-S4Vectors \
|
|
port:R-XVector
|
|
|
|
depends_test-append port:R-RSQLite
|
|
|
|
test.run yes
|