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

Update biomart version so that compatible with r351 #11366

Merged
merged 2 commits into from
Oct 17, 2018
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions recipes/bioconductor-biomart/meta.yaml
Original file line number Diff line number Diff line change
@@ -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,7 +10,7 @@ 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please reset to 0

rpaths:
Expand Down