Skip to content

Commit

Permalink
Update mashtree to 0.55 (bioconda#15806)
Browse files Browse the repository at this point in the history
Package uploads complete: [ci skip]
 - biocontainers/mashtree:0.55--pl526h14c3975_0
 - linux-64/mashtree-0.55-pl526h14c3975_0.tar.bz2
 - osx-64/mashtree-0.55-pl526h1de35cc_0.tar.bz2

Co-authored-by: Andreas Sjödin <[email protected]>
  • Loading branch information
2 people authored and kpalin committed Aug 7, 2019
1 parent 9e16707 commit 59b1bc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/mashtree/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mashtree" %}
{% set version = "0.37" %}
{% set hash = "5bbc0ad6322e2c8db8df73dd194a043fbef75ca30e458cb660b6948eb074c59c" %}
{% set version = "0.55" %}
{% set hash = "bc5beca805ca3de251b90269e4d025ff70e7e212c7e6c1f00fe2ac68c9556b09" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/lskatz/mashtree/archive/v0.37.tar.gz
url: https://github.com/lskatz/mashtree/archive/v0.55.tar.gz
sha256: {{ hash }}

build:
Expand All @@ -32,9 +32,9 @@ requirements:
test:
commands:
- mashtree --version
- mashtree_wrapper.pl --help 2>&1 | grep 'Usage'

about:
home: https://github.com/lskatz/mashtree
license: GPL-3.0
license_file: LICENSE
summary: 'Create a tree using Mash distances'

0 comments on commit 59b1bc1

Please sign in to comment.