Skip to content

Commit

Permalink
[ci run] bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon Ryan committed Jul 17, 2023
1 parent a1ed11a commit 3828e72
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipes/bioconductor-data-packages/dataURLs.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion recipes/bioconductor-data-packages/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: 'bioconductor-data-packages'
version: '20230713'
version: '20230717'
source:
build:
number: 0
Expand Down
8 changes: 5 additions & 3 deletions recipes/bioconductor-mcseadata/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.20.0" %}
{% set version = "1.20.1" %}
{% set name = "mCSEAdata" %}
{% set bioc = "3.17" %}

Expand All @@ -11,7 +11,7 @@ source:
- '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|lower }}/bioconductor-{{ name|lower }}_{{ version }}_src_all.tar.gz'
md5: 44b91c410f01438e2d0d3946689207bd
md5: 43b69165fffc6652fc2df2395bd0b8e6
build:
number: 0
rpaths:
Expand All @@ -21,11 +21,13 @@ build:
# Suggests: BiocStyle, knitr, rmarkdown
requirements:
host:
- 'bioconductor-genomicranges >=1.52.0,<1.53.0'
- r-base
run:
- 'bioconductor-genomicranges >=1.52.0,<1.53.0'
- r-base
- curl
- bioconductor-data-packages>=20230706
- bioconductor-data-packages>=20230717
test:
commands:
- '$R -e "library(''{{ name }}'')"'
Expand Down
2 changes: 1 addition & 1 deletion recipes/bioconductor-mcseadata/post-link.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
installBiocDataPackage.sh "mcseadata-1.20.0"
installBiocDataPackage.sh "mcseadata-1.20.1"
1 change: 1 addition & 0 deletions recipes/bioconductor-wppi/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ requirements:
test:
commands:
- '$R -e "library(''{{ name }}'')"'
- find /tmp -name omnipathr-log -exec rm -rf {} +
about:
home: 'https://bioconductor.org/packages/{{ bioc }}/bioc/html/{{ name }}.html'
license: 'MIT + file LICENSE'
Expand Down

0 comments on commit 3828e72

Please sign in to comment.