Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftSeal authored Oct 25, 2024
1 parent d792d8e commit 1e52ef4
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions recipes/resistify/meta.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -21,16 +22,22 @@ build:
requirements:
host:
- pip
- python >=3.9
- python
- hatchling
run:
- python >=3.9
- scikit-learn ==0.24.2
- python
- scikit-learn==0.24.2
- biopython
- numpy
- rich
- rich-argparse
- hmmer
- pytorch
- torchvision
- torchaudio
- cpuonly
- fair-esm
- transformers==4.31.0
- sentencepiece

test:
imports:
Expand All @@ -40,5 +47,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.

0 comments on commit 1e52ef4

Please sign in to comment.