Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gsearch v0.1.2 #40578

Merged
merged 9 commits into from
May 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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