Skip to content

Commit

Permalink
UCSC Cell Browser 0.4.23 (#12347)
Browse files Browse the repository at this point in the history
* Starting files for ucsc-cell-browser

* Customised recipe for ucsc-cell-browser

* meta update for ucsc-cell-browser

* Changes cbTrackHub to cbHub

* Point to static release

* Moves to 0.25

* Updates sha hash for ucsc-browser

* Reverts to 0.1.9

* At ebi

* Update meta.yaml

* pins numpy to last know working version

* Back to 0.25, no numpy pinning.

* Remove git, pin python and numpy. Add build section.

* Update meta.yaml

* Update meta.yaml

* Move to 0.4.20 without skeleton on provisional commit

* Typo on executable name

* Moves to release version and adds dependencies for converters
  • Loading branch information
pcm32 authored Nov 30, 2018
1 parent 4ac33b4 commit db23342
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/ucsc-cell-browser/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

$PYTHON setup.py install
mkdir -p $PREFIX/bin
cp -rp src/cbImportSeurat $PREFIX/bin
40 changes: 40 additions & 0 deletions recipes/ucsc-cell-browser/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set version = '0.4.23' %}

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

source:
url: https://github.com/maximilianh/cellBrowser/archive/v{{ version }}.tar.gz
sha256: e2a019f8bb150f8d115b0dd1f75a76831c9e96898c42d70b42f37ff61f01641e

build:
number: 0
noarch: python

requirements:
host:
- python >=3.6
run:
- python >=3.6
- numpy
- r-data.table
- anndata

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

about:
home: http://cells.ucsc.edu
license: GPL
license_file: LICENSE
summary: A browser for single-cell data, main site at http://cells.ucsc.edu

0 comments on commit db23342

Please sign in to comment.