Skip to content

Commit

Permalink
Update biomart version so that compatible with r351 (#11366)
Browse files Browse the repository at this point in the history
* Update biomart version so that compatible with r351

* Update meta.yaml

reset build number as per https://bioconda.github.io/guidelines.html#buildnum
  • Loading branch information
martinholub authored and bgruening committed Oct 17, 2018
1 parent 13f3e47 commit a81cb2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/bioconductor-biomart/meta.yaml
@@ -1,6 +1,6 @@
{% set version = "2.34.2" %}
{% set version = "2.36.1" %}
{% set name = "biomaRt" %}
{% set bioc = "3.6" %}
{% set bioc = "3.7" %}

package:
name: 'bioconductor-{{ name|lower }}'
Expand All @@ -10,9 +10,9 @@ source:
- 'http://bioconductor.org/packages/{{ bioc }}/bioc/src/contrib/{{ 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'
sha256: e978cd04756e4aad9b150e75103852b34f4b463db6942b4e99b652f0bed08ffe
sha256: 94c6abf38f5953f8d4914e56f9ce6afda7fcd5958395dfc726873907cad0e02c
build:
number: 1
number: 0
rpaths:
- lib/R/lib/
- lib/
Expand Down

0 comments on commit a81cb2c

Please sign in to comment.