Bioconductor package url change (#5797)

This commit is contained in:
Yifan Zhu
2017-11-06 12:17:59 -06:00
committed by Christoph Junghans
parent 450f2fa034
commit cd4d26705e
21 changed files with 54 additions and 52 deletions

View File

@@ -40,9 +40,9 @@ class RBiomart(RPackage):
online queries from gene annotation to database mining."""
homepage = "https://bioconductor.org/packages/biomaRt/"
url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/biomaRt_2.32.1.tar.gz"
url = "https://git.bioconductor.org/packages/biomaRt"
version('2.32.1', '9c7f4547dbf4582fc88ca0c65f789328')
version('2.32.1', git='https://git.bioconductor.org/packages/biomaRt', commit='f84d74424fa599f6d08f8db4612ca09914a9087f')
depends_on('r-xml', type=('build', 'run'))
depends_on('r-rcurl', type=('build', 'run'))