mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
36 lines
1.4 KiB
Tcl
36 lines
1.4 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 Bioconductor VariantAnnotation 1.50.0
|
|
revision 0
|
|
categories-append bioconductor
|
|
maintainers nomaintainer
|
|
license Artistic-2
|
|
description Annotation of genetic variants
|
|
long_description {*}${description}
|
|
checksums rmd160 c794a4e477d9fcabbfe945956baeb1fe9d16016f \
|
|
sha256 e7b91042f123b6fbab0d9f84a1dae68e56a308886fe84fffd572c2622aa49b6a \
|
|
size 2109705
|
|
|
|
depends_lib-append port:curl \
|
|
port:R-AnnotationDbi \
|
|
port:R-Biobase \
|
|
port:R-BiocGenerics \
|
|
port:R-Biostrings \
|
|
port:R-BSgenome \
|
|
port:R-DBI \
|
|
port:R-GenomeInfoDb \
|
|
port:R-GenomicFeatures \
|
|
port:R-GenomicRanges \
|
|
port:R-IRanges \
|
|
port:R-MatrixGenerics \
|
|
port:R-Rhtslib \
|
|
port:R-Rsamtools \
|
|
port:R-rtracklayer \
|
|
port:R-S4Vectors \
|
|
port:R-SummarizedExperiment \
|
|
port:R-XVector \
|
|
port:R-zlibbioc
|