Skip to content

Commit

Permalink
r-seurat-scripts: Fixed DimPlots() issues, addressed libpng issue for…
Browse files Browse the repository at this point in the history
… OSX (#12563)

* Fixed DimPlots() issues, addressed libpng issue for OSX

* Correction: removed testing line in source package
  • Loading branch information
pinin4fjords authored Dec 11, 2018
1 parent 14875c1 commit 2b1dd95
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/r-seurat-scripts/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "0.0.3" %}
{% set version = "0.0.4" %}

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: f2dce203cdbec2d1c3e13209925c40318346e9aaa79379901a1017472b841c00
sha256: 670e7b72c92c0af0a5b812e4ea82ea7997110ecbdb93e528ef63dd1ad0790213

build:
number: 0
number: 1
skip: true # [win32]
noarch: generic

Expand All @@ -21,6 +21,7 @@ requirements:
- r-seurat 2.3.1
- r-optparse
- r-workflowscriptscommon
- qt # [osx]

test:
commands:
Expand Down

0 comments on commit 2b1dd95

Please sign in to comment.