Skip to content

Commit

Permalink
Move r-seurat-scripts to seurat-scripts and bump version. (#13634)
Browse files Browse the repository at this point in the history
Move r-seurat-scripts to seurat-scripts and bump version to 0.0.5
  • Loading branch information
pcm32 authored Feb 14, 2019
1 parent 4102a7a commit e5b570c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
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 @@ -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

0 comments on commit e5b570c

Please sign in to comment.