Skip to content

Commit

Permalink
Bump nanosim (#11608)
Browse files Browse the repository at this point in the history
* Bump nanosim

* Add scipy as dep
  • Loading branch information
druvus authored and karel-brinda committed Oct 31, 2018
1 parent ca1b19d commit 4dc1121
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion recipes/nanosim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ set -eu -o pipefail

mkdir -p ${PREFIX}/bin
cp src/*.py ${PREFIX}/bin/
cp src/model_fitting.R ${PREFIX}/bin/

chmod 0755 "${PREFIX}/bin/read_analysis.py"
chmod 0755 "${PREFIX}/bin/simulator.py"
11 changes: 6 additions & 5 deletions recipes/nanosim/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.0.0" %}
{% set sha256 = "c3dab667ed68f90b55118b8b10d37a0b064ff3fa53b0068dfee312356c5b2482" %}
{% set version = "2.1.0" %}
{% set sha256 = "f01888589a1712976925affdc50c8aadc0e0cb5b94b25f472ba7bb208a6d860c" %}

package:
name: nanosim
Expand All @@ -11,25 +11,26 @@ source:

build:
noarch: python
number: 1
number: 0

requirements:
host:
- python
- numpy
- scipy
- six
- htseq
- minimap2
- last
- r-base

run:
- python
- numpy
- scipy
- six
- htseq
- minimap2
- last
- r-base

test:
commands:
Expand Down

0 comments on commit 4dc1121

Please sign in to comment.