diff --git a/recipes/gsearch/meta.yaml b/recipes/gsearch/meta.yaml index 40cf02535b2d5..2cd898de6d742 100644 --- a/recipes/gsearch/meta.yaml +++ b/recipes/gsearch/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.0.12" %} +{% set version = "0.1.2" %} package: name: gsearch @@ -6,10 +6,10 @@ package: 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: @@ -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