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

@@ -32,10 +32,10 @@ class RRsamtools(RPackage):
indexed tab-delimited (tabix) files."""
homepage = "https://bioconductor.org/packages/Rsamtools/"
url = "https://bioconductor.org/packages/3.5/bioc/src/contrib/Rsamtools_1.28.0.tar.gz"
url = "https://git.bioconductor.org/packages/Rsamtools"
list_url = homepage
version('1.28.0', '313bceac68edec07f2ee466520461d35')
version('1.28.0', git='https://git.bioconductor.org/packages/Rsamtools', commit='dfa5b6abef68175586f21add7927174786412472')
depends_on('r-genomeinfodb', type=('build', 'run'))
depends_on('r-genomicranges', type=('build', 'run'))