Skip to content

Commit

Permalink
bump medaka version (#13810)
Browse files Browse the repository at this point in the history
* Update medaka to v0.6.0
  • Loading branch information
cjw85 authored Feb 26, 2019
1 parent 346c25c commit 01b0584
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions recipes/medaka/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "medaka" %}
{% set version = "0.5.2" %}
{% set version = "0.6.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 42f5513deab90dd4c0982dcb27c9dc9da3246f72eb9796d54fee5e7b6b2a90a6
sha256: 45bc0299c284721925f6d77de406758b208b22a8fb04382ce294682b46a8d3ae

build:
# keras is 2.7 or 3.6 only. We need py3: 3.6 is the only possibility
Expand All @@ -21,17 +21,10 @@ build:

requirements:
host:
- biopython
- cffi
- h5py ==2.7.1
- intervaltree >=3.0.0
- keras ==2.2.4
- numpy ==1.16.1
- pip
- pysam
- python
- tensorflow ==1.12.0
- htslib ==1.3.1
- htslib ==1.9
- bzip2
- xz
- zlib
Expand All @@ -48,10 +41,10 @@ requirements:
- pysam
- python
- tensorflow ==1.12.0
- samtools ==1.3.1
- bcftools ==1.3.1
- samtools ==1.9
- bcftools ==1.9
- minimap2 ==2.11
- htslib ==1.3.1
- htslib ==1.9
- bzip2
- xz
- zlib
Expand Down

0 comments on commit 01b0584

Please sign in to comment.