add version 1.40.0 to bioconductor package r-deseq2
This commit is contained in:
parent
8754911528
commit
f4f14981c5
@ -17,6 +17,7 @@ class RDeseq2(RPackage):
|
||||
homepage = "https://bioconductor.org/packages/DESeq2"
|
||||
git = "https://git.bioconductor.org/packages/DESeq2.git"
|
||||
|
||||
version("1.40.0", commit="c4962c3b16546e552fbc1a712258e4e21ff44241")
|
||||
version("1.38.0", commit="0e059f425d4ce6a5203685a4ad434f15bbd6e211")
|
||||
version("1.36.0", commit="2800b78ae52c0600f7e603c54af59beed3a2ed17")
|
||||
version("1.34.0", commit="25d4f74be59548122ccfbe8687d30c0bae5cf49a")
|
||||
@ -35,11 +36,12 @@ class RDeseq2(RPackage):
|
||||
depends_on("r-biocgenerics@0.7.5:", type=("build", "run"))
|
||||
depends_on("r-biobase", type=("build", "run"))
|
||||
depends_on("r-biocparallel", type=("build", "run"))
|
||||
depends_on("r-genefilter", type=("build", "run"))
|
||||
depends_on("r-matrixstats", type=("build", "run"), when="@1.40.0:")
|
||||
depends_on("r-locfit", type=("build", "run"))
|
||||
depends_on("r-geneplotter", type=("build", "run"))
|
||||
depends_on("r-ggplot2", type=("build", "run"))
|
||||
depends_on("r-rcpp@0.11.0:", type=("build", "run"))
|
||||
depends_on("r-rcpparmadillo", type=("build", "run"))
|
||||
|
||||
depends_on("r-hmisc", type=("build", "run"), when="@:1.30.0")
|
||||
depends_on("r-genefilter", type=("build", "run"), when="@:1.38.0)"
|
||||
depends_on("r-geneplotter", type=("build", "run"), when="@:1.38.0)"
|
||||
|
Loading…
Reference in New Issue
Block a user