Skip to content

Commit

Permalink
Update umi_tools to 0.5.5 (#12123)
Browse files Browse the repository at this point in the history
  • Loading branch information
epruesse committed Nov 17, 2018
1 parent 6453603 commit 8151eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/umi_tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "umi_tools" %}
{% set version = "0.5.4" %}
{% set sha256hash = "80e2f5f07d2d689cf8639920bcaef531eff8cdc3ef73f37cfef068b3e5400878" %}
{% set version = "0.5.5" %}
{% set sha256hash = "d9422bb69b876ccc20dac346054d6e5cb1f8f48613e76a55486a54bc9e8abccb" %}

package:
name: {{ name }}
Expand All @@ -11,7 +11,7 @@ source:
sha256: {{ sha256hash }}

build:
number: 3
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
entry_points:
- umi_tools = umi_tools.umi_tools:main
Expand Down

0 comments on commit 8151eed

Please sign in to comment.