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

Move r-seurat-scripts to seurat-scripts and bump version. #13634

Merged
merged 4 commits into from
Feb 14, 2019
Merged
Show file tree
Hide file tree
Changes from 3 commits
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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "0.0.3" %}
{% set version = "0.0.5" %}

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

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

build:
number: 0
Expand All @@ -15,10 +15,10 @@ build:

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

Expand All @@ -31,10 +31,11 @@ test:
- seurat-find-variable-genes.R --help
- seurat-run-pca.R --help
- seurat-scale-data.R --help
- seurat-dim-plot.R --help
- seurat-dim-plot.R --help
- seurat-find-clusters.R --help
- seurat-run-tsne.R --help
- seurat-find-markers.R --help
- seurat-export-cellbrowser.R --help
- which seurat-get-random-genes.R
- which r-seurat-scripts-post-install-tests.sh

Expand Down