Skip to content

Commit

Permalink
Tb profiler (#14451)
Browse files Browse the repository at this point in the history
* update tb-profiler and pathogen-profiler
  • Loading branch information
jodyphelan authored Apr 12, 2019
1 parent 65f391a commit e18483d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions recipes/pathogen-profiler/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pathogen-profiler" %}
{% set version = "1.1" %}
{% set sha256 = "c84ec045eca0eceb8f72a97d7f69eb5392a08b5dd58cf42240ea5af015d1cf85" %}
{% set version = "1.2" %}
{% set sha256 = "facf9bcb578867a5bc88709dd05a3c08799058e20a317ea83ca6f9477881faee" %}

package:
name: {{name}}
Expand All @@ -13,7 +13,7 @@ source:
build:
script: python -m pip install --no-deps --ignore-installed .
noarch: python
number: 2
number: 0

requirements:
host:
Expand All @@ -36,8 +36,6 @@ test:
- pathogenprofiler
commands:
- splitchr.py -h
- samtools --help
- bcftools --help

about:
home: https://github.com/jodyphelan/{{ name }}
Expand Down
6 changes: 3 additions & 3 deletions recipes/tb-profiler/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tb-profiler" %}
{% set version = "2.1" %}
{% set sha256 = "ba2be42fa37ca466766bd591b2f567ac493c8fb2d12813267e74f98ebc7ee955" %}
{% set version = "2.2" %}
{% set sha256 = "424ae490d562d03263e771f6bbddcd56c40b8fa7569f8f25ecf1418d29c81d42" %}

package:
name: {{name}}
Expand All @@ -13,7 +13,7 @@ source:
build:
script: python -m pip install --no-deps --ignore-installed .
noarch: python
number: 2
number: 0

requirements:
host:
Expand Down

0 comments on commit e18483d

Please sign in to comment.