Skip to content

Commit

Permalink
update stream to 0.3.0 (#11732)
Browse files Browse the repository at this point in the history
* update stream to 0.2.2

* update stream to 0.2.3

* update stream to 0.2.4

* update stream to 0.2.4

* update stream to 0.2.4

* update stream to 0.2.5

* update stream to 0.2.6

* add bioconductor-chromvar recipe

* update bioconductor-chromvar recipe

* add r-nabor recipe

* update r-nabor recipe

* update bioconductor-chromvar recipe

* update r-nabor recipe

* update stream to 0.3.0

* update stream to 0.3.0
  • Loading branch information
huidongchen committed Nov 1, 2018
1 parent f8e39cf commit 4fbd138
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions recipes/stream/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
package:
name: stream
version: 0.2.6
version: 0.3.0

source:
url: https://github.com/pinellolab/STREAM/archive/stream_python3.zip
sha256: cbc8333f6d6bb6580abeae7717391d877bc374fcf11c8ad20a8bb2749b79c8d2
sha256: 782e50c9f884fd4f88771a2b33b18a3c03500f51cdb1cadec2350c8141707f3d

build:
number: 0
skip: True # [py27]

about:
home: 'https://github.com/pinellolab/stream'
license: Affero
summary: Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data

requirements:
build:
- python
Expand Down Expand Up @@ -47,6 +42,7 @@ requirements:
- shapely
- networkx>=2.0
- gunicorn
- bioconductor-chromvar
run:
- r-base
- r-xml
Expand Down Expand Up @@ -75,8 +71,14 @@ requirements:
- python-slugify
- shapely
- networkx>=2.0
- gunicorn
- gunicorn
- bioconductor-chromvar

test:
imports:
- stream

about:
home: https://github.com/pinellolab/STREAM
license: Affero
summary: STREAM Single-cell Trajectories Reconstruction, Exploration And Mapping of single-cell data http://stream.pinellolab.org

0 comments on commit 4fbd138

Please sign in to comment.