diff --git a/recipes/resistify/meta.yaml b/recipes/resistify/meta.yaml index 08e802612190e..125b9325fd10b 100644 --- a/recipes/resistify/meta.yaml +++ b/recipes/resistify/meta.yaml @@ -1,13 +1,14 @@ {% set name = "resistify" %} -{% set version = "0.4.0" %} +{% set version = "0.5.0" %} +{% set sha256 = "c23493ec622733fac905afa4c64b6ca3ce79afe44cf358433b0b81f115578e96" %} package: name: "{{ name }}" version: "{{ version }}" source: - url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: ba06333873fcb1e07820cb0895755b42a615d289437749846e280bc87d6abf2c + url: https://github.com/SwiftSeal/resistify/archive/refs/tags/v{{ version }}.tar.gz + sha256: {{ sha256 }} build: noarch: python @@ -21,16 +22,23 @@ build: requirements: host: - pip - - python >=3.9 + - python >=3.9,<3.10 - hatchling + - cython <3 run: - - python >=3.9 + - python >=3.9,<3.10 - scikit-learn ==0.24.2 + - numpy <1.23.0 - biopython - - numpy - rich - rich-argparse - hmmer + - pytorch + - torchvision + - torchaudio + - fair-esm + - transformers ==4.31.0 + - sentencepiece test: imports: @@ -40,5 +48,12 @@ test: about: home: https://github.com/swiftseal/resistify + doc_url: "https://github.com/SwiftSeal/resistify/blob/main/README.md" license: MIT + license_file: LICENSE summary: A resistance gene annotation tool + description: | + Resistify is a nucleotide-binding leucine rich repeat (NLR) annotation + program, for the purpose of identifying putative disease resistance + genes in plant genomes. +