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 to ucsc-cell-browser 0.4.38 #13593

Merged
merged 3 commits into from
Feb 13, 2019
Merged
Show file tree
Hide file tree
Changes from all 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
5 changes: 0 additions & 5 deletions recipes/ucsc-cell-browser/build.sh

This file was deleted.

12 changes: 4 additions & 8 deletions recipes/ucsc-cell-browser/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,35 @@
{% set version = '0.4.35' %}
{% set version = '0.4.38' %}

package:
name: ucsc-cell-browser
version: {{ version }}

source:
url: https://github.com/maximilianh/cellBrowser/archive/v{{ version }}.tar.gz
sha256: 90d580d6a23c847575beba085987bed6d989920aacdc972bc1231f2bf3229baa
sha256: 6b7604eb07ee0e387e0df633cfcc87e0452b056250fca2980acb60319a5b9199

build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

requirements:
host:
- python >=3.6
- pip
run:
- python >=3.6
- numpy
- r-data.table
- r-argparser
- r-matrix
- r-reticulate
- anndata

test:
commands:
- which cbBuild
- which cbGuessGencode
- which cbImportSeurat
- which cbMarkerAnnotate
- which cbScanpy
- which cbImportScanpy
- which cbImportCellranger
- which cbImportSeurat2
- which cbTool
- which cbUpgrade

Expand Down