Skip to content

Commit

Permalink
[ci run] fix deleted meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Ryan committed Jul 18, 2023
1 parent 6e29640 commit 78e8dca
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/bioconductor-affydata/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set version = "1.48.1" %}
{% set name = "affydata" %}
{% set bioc = "3.17" %}

package:
name: 'bioconductor-{{ name|lower }}'
version: '{{ version }}'
source:
url:
- 'https://bioconductor.org/packages/{{ bioc }}/data/experiment/src/contrib/{{ name }}_{{ version }}.tar.gz'
- 'https://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/Archive/{{ name }}/{{ name }}_{{ version }}.tar.gz'
- 'https://bioarchive.galaxyproject.org/{{ name }}_{{ version }}.tar.gz'
- 'https://depot.galaxyproject.org/software/bioconductor-{{ name }}/bioconductor-{{ name }}_{{ version }}_src_all.tar.gz'
md5: 1c03aa529e4854f6680fcf4702d2bea7
build:
number: 0
rpaths:
- lib/R/lib/
- lib/
noarch: generic
# Suggests: hgu95av2cdf, hgu133acdf
requirements:
host:
- 'bioconductor-affy >=1.78.0,<1.79.0'
- r-base
run:
- 'bioconductor-affy >=1.78.0,<1.79.0'
- r-base
- curl
- bioconductor-data-packages>=20230718
test:
commands:
- '$R -e "library(''{{ name }}'')"'
about:
home: 'https://bioconductor.org/packages/{{ bioc }}/data/experiment/html/{{ name }}.html'
license: 'GPL (>= 2)'
summary: 'Affymetrix Data for Demonstration Purpose'
description: 'Example datasets of a slightly large size. They represent ''real world examples'', unlike the artificial examples included in the package affy.'
license_file: '{{ environ["PREFIX"] }}/lib/R/share/licenses/GPL-3'

0 comments on commit 78e8dca

Please sign in to comment.