Skip to content

Commit

Permalink
Update sistr (#13441)
Browse files Browse the repository at this point in the history
* Fixed version of blast

* Remove sistr_cmd from build blacklist

* Updated sistr file

* Changed blast version definition
  • Loading branch information
apetkau authored and bgruening committed Feb 5, 2019
1 parent df2bd6d commit fb23044
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
1 change: 0 additions & 1 deletion build-fail-blacklist
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ recipes/sloika
recipes/pycoqc

# missing dep
recipes/sistr_cmd
recipes/oligotyping
recipes/oligotyping/2.0

Expand Down
18 changes: 12 additions & 6 deletions recipes/sistr_cmd/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
{% set name = "sistr_cmd" %}
{% set version = "1.0.2" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "md5" %}
{% set hash_value = "9a531cf6139a56613943627de267572c" %}

package:
name: sistr_cmd
version: 1.0.2
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://pypi.python.org/packages/48/d5/bf992cf61aef67c9d89879a99000eb02f34ef612608b6f6e0c9394f915f7/sistr_cmd-1.0.2.tar.gz
md5: 9a531cf6139a56613943627de267572c
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.{{ file_ext }}
'{{ hash_type }}': '{{ hash_value }}'

build:
number: 1
number: 2
skip: True # [not linux]

requirements:
Expand All @@ -23,7 +29,7 @@ requirements:
- numpy >=1.11.1
- pandas >=0.18.1
- pytables >=3.3.0
- blast
- blast 2.5.*
- mafft
- mash
- python-dateutil
Expand Down

0 comments on commit fb23044

Please sign in to comment.