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

@@ -33,9 +33,10 @@ class RSimpleaffy(RPackage):
for generating high resolution journal figures..."""
homepage = "http://bioconductor.org/packages/simpleaffy/"
url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/simpleaffy_2.52.0.tar.gz"
url = "https://git.bioconductor.org/packages/simpleaffy"
list_url = homepage
version('2.52.0', 'aa305099a57b3d868be53dc8c539b74e')
version('2.52.0', git='https://git.bioconductor.org/packages/simpleaffy', commit='f2b43fb9b8e6fa4c03fe28b4efb3144a0a42a385')
depends_on('r-biocgenerics', type=('build', 'run'))
depends_on('r-biobase', type=('build', 'run'))