Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic affy dependencies #42150

Merged
merged 3 commits into from
Jul 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion recipes/bioconductor-affy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,38 @@ source:
- 'https://depot.galaxyproject.org/software/bioconductor-{{ name }}/bioconductor-{{ name }}_{{ version }}_src_all.tar.gz'
md5: 1b3ca024b5fc6804d66023f11c058955
build:
number: 0
number: 1
rpaths:
- lib/R/lib/
- lib/
# Suggests: tkWidgets (>= 1.19.0), affydata, widgetTools
requirements:
host:
- 'bioconductor-affyio >=1.70.0,<1.71.0'
- bioconductor-annotationdbi
- 'bioconductor-biobase >=2.60.0,<2.61.0'
- 'bioconductor-biocgenerics >=0.46.0,<0.47.0'
- 'bioconductor-preprocesscore >=1.62.0,<1.63.0'
- 'bioconductor-zlibbioc >=1.46.0,<1.47.0'
- r-base
- r-biocmanager
- r-curl
- r-plogr
- r-rsqlite
- libblas
- liblapack
run:
- 'bioconductor-affyio >=1.70.0,<1.71.0'
- bioconductor-annotationdbi
- 'bioconductor-biobase >=2.60.0,<2.61.0'
- 'bioconductor-biocgenerics >=0.46.0,<0.47.0'
- 'bioconductor-preprocesscore >=1.62.0,<1.63.0'
- 'bioconductor-zlibbioc >=1.46.0,<1.47.0'
- r-base
- r-biocmanager
- r-curl
- r-plogr
- r-rsqlite
build:
- {{ compiler('c') }}
- automake
Expand Down