Skip to content

Commit

Permalink
Bump DECIPHER to Bioconductor 3.7 (#12463)
Browse files Browse the repository at this point in the history
* Bump DECIPHER to Bioconductor 3.7

* Change r-rsqlite version dependency

* Update meta.yaml
  • Loading branch information
apcamargo authored and souravsingh committed Dec 3, 2018
1 parent 7dcdcb7 commit 467f9d2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions recipes/bioconductor-decipher/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "2.6.0" %}
{% set version = "2.8.1" %}
{% set name = "DECIPHER" %}
{% set bioc = "3.6" %}
{% set bioc = "3.7" %}

package:
name: 'bioconductor-{{ name|lower }}'
Expand All @@ -10,29 +10,29 @@ 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: 1eb5d11ad330a58dba102faedec531947ad33206b41164c259314eca6edc89e5
sha256: 8bfc5718de78dc4493a44555ea15513d183f9f6644ea9f563ab4a766eb02f1e7
build:
number: 1
number: 0
rpaths:
- lib/R/lib/
- lib/
requirements:
host:
- 'bioconductor-biostrings =2.46.0'
- 'bioconductor-biostrings >=2.35.12'
- bioconductor-iranges
- bioconductor-s4vectors
- bioconductor-xvector
- 'r-base =3.4.1'
- r-base
- r-dbi
- 'r-rsqlite >=1.1,<2.1.1'
- 'r-rsqlite >=1.1'
run:
- 'bioconductor-biostrings =2.46.0'
- 'bioconductor-biostrings >=2.35.12'
- bioconductor-iranges
- bioconductor-s4vectors
- bioconductor-xvector
- 'r-base =3.4.1'
- r-base
- r-dbi
- 'r-rsqlite >=1.1,<2.1.1'
- 'r-rsqlite >=1.1'
build:
- {{ compiler('c') }}
- make
Expand Down

0 comments on commit 467f9d2

Please sign in to comment.