Skip to content

Commit

Permalink
Bump r seurat scripts version (#11292)
Browse files Browse the repository at this point in the history
* Bump version

* Remove noarch

* Could wrongly quoted version be causing an issue?

* Tweak pinning to try and fix CI error
  • Loading branch information
pinin4fjords authored and karel-brinda committed Oct 31, 2018
1 parent 6aa0a8a commit 7cc5db7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions recipes/r-seurat-scripts/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{% set version = '0.0.1' %}
{% set version = "0.0.2" %}

package:
name: r-seurat-scripts
version: {{ version }}

source:
url: https://github.com/ebi-gene-expression-group/r-seurat-scripts/archive/v{{ version }}.tar.gz
sha256: 580770b74194b41656e39af542af01250326f41a311038249b84dede8a57f76c
sha256: 492cd8bab4a1af6d4bdcba43122e3e22eb502137281d6e307f49f43bfc27ded2

build:
number: 0
noarch: generic

requirements:
host:
- r-base 3.4.1
run:
- r-base
- r-seurat>=2.3.1
- r-base 3.4.1
- r-seurat 2.3.1
- r-optparse
- r-workflowscriptscommon

Expand Down

0 comments on commit 7cc5db7

Please sign in to comment.