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

r-seurat-scripts: Fixed DimPlots() issues, addressed libpng issue for OSX #12563

Merged
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
5 changes: 3 additions & 2 deletions recipes/r-seurat-scripts/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% 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: 385c4616248b00fee261962f527f39ee85f6b5cbf26e6e8db120bd90f413b00d

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

test:
commands:
Expand Down