summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Guglielmi <matteo.guglielmi@gmail.com>2018-04-17 19:54:04 +0200
committerAdam J. Stewart <ajstewart426@gmail.com>2018-04-17 12:54:04 -0500
commit025e608fd5a7d43a10254bb8f0fcae3de6eb7028 (patch)
tree984c2d081445891f39aa2da801c3bc9fdc464328
parent7171f314256aec63b10c40a54cdd4d062ef3bbb1 (diff)
downloadspack-025e608fd5a7d43a10254bb8f0fcae3de6eb7028.tar.gz
spack-025e608fd5a7d43a10254bb8f0fcae3de6eb7028.tar.bz2
spack-025e608fd5a7d43a10254bb8f0fcae3de6eb7028.tar.xz
spack-025e608fd5a7d43a10254bb8f0fcae3de6eb7028.zip
r-bsgenome: package update (#7792)
-rw-r--r--var/spack/repos/builtin/packages/r-bsgenome/package.py20
1 files changed, 12 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/r-bsgenome/package.py b/var/spack/repos/builtin/packages/r-bsgenome/package.py
index 406a45ad8c..35eaf00e21 100644
--- a/var/spack/repos/builtin/packages/r-bsgenome/package.py
+++ b/var/spack/repos/builtin/packages/r-bsgenome/package.py
@@ -33,15 +33,19 @@ class RBsgenome(RPackage):
url = "https://git.bioconductor.org/packages/BSgenome"
list_url = homepage
+ version('1.46.0', git='https://git.bioconductor.org/packages/BSgenome', commit='bdfbd6d09820993585b8231ddea5e11c99008dc5')
version('1.44.2', git='https://git.bioconductor.org/packages/BSgenome', commit='105b00588a758d5ec7c347a7dff2756aea4516a0')
- depends_on('r-biocgenerics', type=('build', 'run'))
- depends_on('r-s4vectors', type=('build', 'run'))
- depends_on('r-iranges', type=('build', 'run'))
- depends_on('r-genomeinfodb', type=('build', 'run'))
- depends_on('r-genomicranges', type=('build', 'run'))
- depends_on('r-biostrings', type=('build', 'run'))
- depends_on('r-rtracklayer', type=('build', 'run'))
+ depends_on('r-biocgenerics@0.13.8:', type=('build', 'run'))
+ depends_on('r-s4vectors@0.9.36:', type=('build', 'run'))
+ depends_on('r-iranges@2.1.33:', type=('build', 'run'), when='@1.44.2')
+ depends_on('r-iranges@2.11.16:', type=('build', 'run'), when='@1.46.0')
+ depends_on('r-genomeinfodb@1.11.4:', type=('build', 'run'), when='@1.44.2')
+ depends_on('r-genomeinfodb@1.13.1:', type=('build', 'run'), when='@1.46.0')
+ depends_on('r-genomicranges@1.27.6:', type=('build', 'run'), when='@1.44.2')
+ depends_on('r-genomicranges@1.29.14:', type=('build', 'run'), when='@1.46.0')
+ depends_on('r-biostrings@2.35.3:', type=('build', 'run'))
+ depends_on('r-rtracklayer@1.25.8:', type=('build', 'run'))
depends_on('r-rsamtools', type=('build', 'run'))
depends_on('r-xvector', type=('build', 'run'))
- depends_on('r@3.4.0:3.4.9', when='@1.44.2')
+ depends_on('r@3.4.0:3.4.9', when='@1.44.2:')