Skip to content

Commit

Permalink
updated SonicParanoid recipe to version 1.0.14 (#11409)
Browse files Browse the repository at this point in the history
* updated SonicParanoid recipe to version 1.0.14
  • Loading branch information
salvoc81 authored and karel-brinda committed Oct 31, 2018
1 parent ae057a3 commit 52102d0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/sonicparanoid/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "sonicparanoid" %}
{% set version = "1.0.13" %}
{% set commit = "2adfc811f035" %}
{% set version = "1.0.14" %}
{% set commit = "71606dae6146" %}

build:
number: 0
Expand All @@ -11,7 +11,7 @@ package:

source:
url: https://bitbucket.org/salvocos/sonicparanoid/get/{{ commit }}.zip
sha256: c8ee657132e3da08c4c5e225514da99eccfe3902089157aed2e873eee552ac05
sha256: 7ec5737d5cbebbf58e4f970dae5de1075da7a549a66f9b2cf22192acb95b9353

requirements:
build:
Expand All @@ -21,7 +21,9 @@ requirements:
- python >=3.5
- numpy
- cython
- mmseqs2 ==6.f5a1c
run:
- mmseqs2 ==6.f5a1c
- make
- python >=3.5
- pip >=9.0.1
Expand Down

0 comments on commit 52102d0

Please sign in to comment.