Skip to content

Commit

Permalink
Updated meta
Browse files Browse the repository at this point in the history
  • Loading branch information
matnguyen committed Jan 29, 2019
1 parent e200491 commit 6125c71
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{% set version = "0.2.2" %}
{% set version = "0.2.3" %}
package:
name: pathogist
version: {{ version }}

source:
url: https://github.com/WGS-TB/PathOGiST/archive/v{{ version }}.tar.gz
sha256: b8caa400c4ef4453902c589acf3205c2dba966f4778fae48413e2c5a70ffa3ac
sha256: 0989bc086f2309413b348436d3152e1dca7c84f5a3b870d8322253b216633ce4

build:
number: 1
skip: True # [osx]
number: 0
noarch: python

requirements:
host:
- python ==3.5
- python 3.5
run:
- python
- python 3.5
- numpy >=1.15.1
- scipy >=1.1.0
- pandas >=0.23.4
Expand All @@ -29,9 +29,9 @@ requirements:
- prince
- snippy ==3.2

test:
commands:
- pathogist -h
test:
commands:
- PATHOGIST -h

about:
home: https://github.com/WGS-TB/PathOGiST
Expand Down

0 comments on commit 6125c71

Please sign in to comment.