Skip to content

Commit

Permalink
Update gsearch v0.1.2 (#40578)
Browse files Browse the repository at this point in the history
* UPDATE gsearch v0.1.1

* Update gsearch v0.1.1

* Update to gsearch v0.1.2

* Update to gsearch v0.1.2

* Update to gsearch v0.1.2

---------

Co-authored-by: Jianshu Zhao <[email protected]>
Co-authored-by: Brandon Seah <[email protected]>
Co-authored-by: Jianshu Zhao <[email protected]>
  • Loading branch information
4 people authored May 23, 2023
1 parent 5e1347c commit 544c424
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions recipes/gsearch/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "0.0.12" %}
{% set version = "0.1.2" %}

package:
name: gsearch
version: {{ version }}

build:
number: 0

skip: True # [osx]
source:
url: https://github.com/jean-pierreBoth/gsearch/archive/v{{ version }}.tar.gz
sha256: ea9776a80c9d5449b13ef1abbd190396a2414bcd8ac90c29b61f475c41112c59
sha256: 6625ee9d9bdb7df47a6aa3f848bd6a3157154aa7c7e5a95efe71c29732150a08

requirements:
build:
Expand All @@ -25,12 +25,11 @@ requirements:

test:
commands:
- tohnsw -h
- request -h
- gsearchbin -h

about:
home: https://github.com/jean-pierreBoth/gsearch
license: MIT
summary: gsearch is an ultra-fast and scalable microbial genome search program based on MinHash metric and graph-based approximate nearest neighbor search
summary: gsearch is an ultra-fast and scalable microbial genome search program based on MinHash-like metric and graph-based approximate nearest neighbor search


0 comments on commit 544c424

Please sign in to comment.