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

@@ -31,10 +31,10 @@ class RAffy(RPackage):
functions. 'affy' is fully functional without it."""
homepage = "https://bioconductor.org/packages/affy/"
url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/affy_1.54.0.tar.gz"
url = "https://git.bioconductor.org/packages/affy"
list_url = homepage
version('1.54.0', '84270de80ca61bb14b6127a6f5390100')
version('1.54.0', git='https://git.bioconductor.org/packages/affy', commit='a815f02906fcf491b28ed0a356d6fce95a6bd20e')
depends_on('r-biocgenerics', type=('build', 'run'))
depends_on('r-biobase', type=('build', 'run'))