bioconductor update (#5786)
* r-a4: Add r dependency and update url. * r-a4base: Add r dependency and update url. * r-a4classif: update url and add r dependency. * r-a4core: Update url and add r dependency. * r-a4preproc: Update url and add r dependency. * r-a4reporting: Update url and add r dependency. * r-abaenrichment: Update url and add r dependency. * r-absseq: Update url and add r dependency. * r-acgh: Update url and add r dependency. * r-acme: Update url and add r dependency. * r-adsplit: Update url and add r dependency. * r-affxparser: Update url and add r dependency. * r-affycomp: Update url and add r dependency. * r-affycompatible: Update url and add r dependency. * r-affycontam: Update url and add r dependency. * r-annaffy: Update url and add r dependency. * r-annotate: Update url and add r dependency. * r-annotate: Update url and add r dependency. * r-annotationdbi: Update url and add r dependency. * r-genefilter: Update url and add r dependency. * r-mlinterfaces: Update url and add r dependency. * r-limma: Update url and add r dependency. * r-multtest: Update url and add r dependency. * r-a4classif: Correct format. * r-affycomp: Correct error.
This commit is contained in:

committed by
Todd Gamblin

parent
f9f0c1472f
commit
420048350f
@@ -28,12 +28,13 @@
|
||||
class RA4classif(RPackage):
|
||||
"""Automated Affymetrix Array Analysis Classification Package."""
|
||||
|
||||
homepage = "https://www.bioconductor.org"
|
||||
url = "https://www.bioconductor.org/packages/release/bioc/src/contrib/a4Classif_1.24.0.tar.gz"
|
||||
homepage = "https://www.bioconductor.org/packages/a4Classif/"
|
||||
url = "https://git.bioconductor.org/packages/a4Classif"
|
||||
list_url = homepage
|
||||
|
||||
version('1.24.0', 'b3367ba63a5d5a38d94e671d027098ff')
|
||||
version('1.24.0', git='https://git.bioconductor.org/packages/a4Classif', commit='ca06bf274c87a73fc12c29a6eea4b90289fe30b1')
|
||||
|
||||
depends_on('r@3.4.0:3.4.9', when='@1.24.0')
|
||||
depends_on('r-a4core', type=('build', 'run'))
|
||||
depends_on('r-a4preproc', type=('build', 'run'))
|
||||
depends_on('r-mlinterfaces', type=('build', 'run'))
|
||||
|
Reference in New Issue
Block a user