r-deseq2: package update (#7770)

This commit is contained in:
Matteo Guglielmi 2018-04-16 17:13:45 +02:00 committed by Adam J. Stewart
parent d0c388ca68
commit 33f2200bf7

View File

@ -34,9 +34,10 @@ class RDeseq2(RPackage):
homepage = "https://www.bioconductor.org/packages/DESeq2/"
url = "https://git.bioconductor.org/packages/DESeq2"
version('1.18.1', git='https://git.bioconductor.org/packages/DESeq2', commit='ef65091d46436af68915124b752f5e1cc55e93a7')
version('1.16.1', git='https://git.bioconductor.org/packages/DESeq2', commit='0a815574382704a08ef8b906eceb0296f81cded5')
depends_on('r@3.4.0:3.4.9', when='@1.16.1')
depends_on('r@3.4.0:3.4.9', when='@1.16.1:')
depends_on("r-rcpparmadillo", type=('build', 'run'))
depends_on('r-s4vectors', type=('build', 'run'))
depends_on('r-iranges', type=('build', 'run'))