From 544c424eeee61e87ec3b875e79c0667735d55c29 Mon Sep 17 00:00:00 2001 From: Jianshu_Zhao <38149286+jianshu93@users.noreply.github.com> Date: Tue, 23 May 2023 15:17:11 -0400 Subject: [PATCH] Update gsearch v0.1.2 (#40578) * 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 Co-authored-by: Brandon Seah Co-authored-by: Jianshu Zhao --- recipes/gsearch/meta.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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