add version 1.28.0 to bioconductor package r-aneufinder
This commit is contained in:
parent
9025b2caf1
commit
0a1f59de6c
@ -15,6 +15,7 @@ class RAneufinder(RPackage):
|
||||
|
||||
bioc = "AneuFinder"
|
||||
|
||||
version("1.28.0", commit="e17d810171bdab1c6a26a3ab7b7931db4e073e7e")
|
||||
version("1.26.0", commit="7cd59a1e24c6512f2e4fcbe2c53a0d3cd2d06217")
|
||||
version("1.24.0", commit="4c6906eee514eba3e8ac159654a6953e37a99bba")
|
||||
version("1.22.0", commit="ea0beb3d827c2dd4bc56708a839a93c55304918b")
|
||||
@ -33,7 +34,6 @@ class RAneufinder(RPackage):
|
||||
depends_on("r-aneufinderdata", type=("build", "run"))
|
||||
depends_on("r-foreach", type=("build", "run"))
|
||||
depends_on("r-doparallel", type=("build", "run"))
|
||||
depends_on("r-biocgenerics", type=("build", "run"), when="@1.4.0:1.6.0")
|
||||
depends_on("r-biocgenerics@0.31.6:", type=("build", "run"), when="@1.18.0:")
|
||||
depends_on("r-s4vectors", type=("build", "run"))
|
||||
depends_on("r-genomeinfodb", type=("build", "run"))
|
||||
@ -47,5 +47,5 @@ class RAneufinder(RPackage):
|
||||
depends_on("r-reshape2", type=("build", "run"))
|
||||
depends_on("r-ggdendro", type=("build", "run"))
|
||||
depends_on("r-ggrepel", type=("build", "run"))
|
||||
depends_on("r-reordercluster", type=("build", "run"))
|
||||
depends_on("r-mclust", type=("build", "run"))
|
||||
depends_on("r-reordercluster", type=("build", "run"), when="@:1.26.0)"
|
||||
|
Loading…
Reference in New Issue
Block a user