Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mlst to 2.11 #10263

Merged
merged 1 commit into from
Aug 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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