Skip to content

Commit

Permalink
Update biohansel to v2.1.0 (#10160)
Browse files Browse the repository at this point in the history
* Update biohansel to v2.1.0

* Python 3.6 builds only

* Update meta.yaml
  • Loading branch information
peterk87 authored and bgruening committed Jul 31, 2018
1 parent 36f818a commit b3a6b86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes/bio_hansel/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "bio_hansel" %}
{% set version = "2.0.0" %}
{% set version = "2.1.0" %}
{% set hash_type = "sha256" %}
{% set hash_value = "057f1a41d896c6db48cad1127d9f13eb730240b55f5c1024e55309caa8d20faa" %}
{% set hash_value = "adf185439c1b96a80b70cdc2368464d58b23f798134c6328e35b811bbcff0742" %}

package:
name: {{ name|lower }}
Expand All @@ -12,8 +12,8 @@ source:
{{ hash_type }}: {{ hash_value }}

build:
number: 1
skip: True # [not py3k]
number: 0
skip: True # [not py36]
script: python -m pip install --no-deps --ignore-installed .

requirements:
Expand Down Expand Up @@ -41,7 +41,7 @@ test:
- hansel -V

about:
home: https://github.com/phac-nml/bio_hansel
home: https://github.com/phac-nml/biohansel
license: GNU General Public License v3 or later (GPLv3+)
summary: 'Subtype Salmonella enterica genomes using 33bp k-mer typing schemes.\nIncludes schemes for Heidelberg and Enteritidis subtyping.\nDeveloped by Genevieve Labbe, James Robertson, Peter Kruczkiewicz, Marisa Rankin, Matthew Gopez, Chad R. Laing, Philip Mabon, Kim Ziebell, Aleisha R. Reimer, Lorelee Tschetter, Gary Van Domselaar, Eduardo N. Taboada, Sadjia Bekal, Kimberley A. MacDonald, Linda Hoang, Linda Chui, Danielle Daignault, Durda Slavic, Frank Pollari, E. Jane Parmley, Elissa Giang, Lok Kan Lee, Jonathan Moffat, Joanne MacKinnon, Benjamin M. Hetman, Roger Johnson, John H.E. Nash.\n'
license_family: GPL3

0 comments on commit b3a6b86

Please sign in to comment.