Skip to content

Commit

Permalink
Update mlst to 2.11 (#10263)
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann authored Aug 7, 2018
1 parent 6a3cccb commit 83d7241
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,6 @@ recipes/perl-bio-db-sam
recipes/perl-datetime-format-strptime/1.73
recipes/perl-bio-eutilities
recipes/perl-moose/2.2009
recipes/mlst
recipes/mlst/2.9
recipes/perl-sanger-cgp-vagrent
recipes/ensembl-vep
Expand Down
3 changes: 0 additions & 3 deletions recipes/mlst/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,3 @@

mkdir -p $PREFIX/bin
cp -r * $PREFIX/



14 changes: 6 additions & 8 deletions recipes/mlst/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,32 @@
{% set name = "mlst" %}
{% set version = "2.10" %}

{% set version = "2.11" %}

package:
name: {{ name }}
version: {{ version }}

build:
number: 2
number: 0
# OSX failing due to problems with perl-list-moreutils and bioperl
skip: true # [osx]

source:
url: https://github.com/tseemann/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 431c50a8b5f48f0261049902dd22a6eec3a02579bd8590713f5b31a4db6ce1ed
sha256: fcb403e3563b68119359235c984ce65e4604056a0678699ac559294fc2224086

requirements:
build:
- {{ compiler('c') }}

run:
- perl
- perl-bioperl
- perl-moo
- perl-list-moreutils
- perl-json
- perl-file-slurp
- blast
- zlib

test:
commands:
- mlst --version
- mlst --list 2>&1 | grep leptospira > /dev/null

about:
Expand Down

0 comments on commit 83d7241

Please sign in to comment.