Bioconductor package url change (#5797)
This commit is contained in:

committed by
Christoph Junghans

parent
450f2fa034
commit
cd4d26705e
@@ -38,15 +38,14 @@ class RGenomicranges(RPackage):
|
||||
infrastructure."""
|
||||
|
||||
homepage = "https://bioconductor.org/packages/GenomicRanges/"
|
||||
url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/GenomicRanges_1.28.5.tar.gz"
|
||||
url = "https://git.bioconductor.org/packages/GenomicRanges"
|
||||
list_url = homepage
|
||||
|
||||
version('1.28.6', '84c5a40e846b35e98d019ca39783cfe6')
|
||||
version('1.28.5', '5b11897331c4371e09133ea3be125c03')
|
||||
version('1.28.6', git='https://git.bioconductor.org/packages/GenomicRanges', commit='197472d618f3ed04c795dc6ed435500c29619563')
|
||||
|
||||
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-xvector', type=('build', 'run'))
|
||||
depends_on('r@3.4.0:3.4.9', when='@1.28.5:1.28.6')
|
||||
depends_on('r@3.4.0:3.4.9', when='@1.28.6')
|
||||
|
Reference in New Issue
Block a user