You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
40 lines
1.4 KiB
Tcl
40 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 github satijalab sctransform 0.4.1 v
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license GPL-3
|
|
description Variance stabilizing transformations for single cell UMI data
|
|
long_description {*}${description}
|
|
homepage https://github.com/satijalab/sctransform
|
|
checksums rmd160 562e225abbef9e75bc145ae3104edd387673ec0f \
|
|
sha256 1362d40153a1d203289848d5080ad9f2a184a801c54afa9240eae6350254293e \
|
|
size 214654
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:R-dplyr \
|
|
port:R-future \
|
|
port:R-future.apply \
|
|
port:R-future \
|
|
port:R-ggplot2 \
|
|
port:R-gridExtra \
|
|
port:R-magrittr \
|
|
port:R-matrixStats \
|
|
port:R-Rcpp \
|
|
port:R-RcppArmadillo \
|
|
port:R-reshape2 \
|
|
port:R-rlang
|
|
|
|
compiler.cxx_standard 2017
|
|
compilers.setup require_fortran
|
|
|
|
depends_test-append port:R-glmGamPoi \
|
|
port:R-irlba \
|
|
port:R-knitr \
|
|
port:R-testthat
|
|
|
|
test.run yes
|