From 6125c71d1e4638cc33b9a1480626d6c78fb8c0e2 Mon Sep 17 00:00:00 2001 From: Matthew Nguyen Date: Tue, 29 Jan 2019 14:25:21 -0500 Subject: [PATCH] Updated meta --- conda/meta.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 37cafc9a..1d81ccd7 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -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 @@ -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