44 lines
891 B
YAML
44 lines
891 B
YAML
|
{% set name = "automlst_engine" %}
|
||
|
{% set version = "0.1.1.dev21+g206a105.d20250116" %}
|
||
|
|
||
|
package:
|
||
|
name: {{ name|lower }}
|
||
|
version: {{ version }}
|
||
|
|
||
|
source:
|
||
|
url: file:///workspaces/automlst.engine/dist/automlst_engine-0.1.1.dev21+g206a105.d20250116.tar.gz
|
||
|
sha256: 42488314f72459563544a7e9cd2a6cbc34e7c11df478e42bf1f77bb4af3c7cdd
|
||
|
|
||
|
build:
|
||
|
noarch: python
|
||
|
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
|
||
|
number: 0
|
||
|
|
||
|
requirements:
|
||
|
host:
|
||
|
- python >=3.11
|
||
|
- setuptools >=64
|
||
|
- setuptools-scm >=8
|
||
|
- pip
|
||
|
run:
|
||
|
- python >=3.11
|
||
|
- biopython
|
||
|
- aiohttp
|
||
|
|
||
|
test:
|
||
|
imports:
|
||
|
- automlst.engine
|
||
|
commands:
|
||
|
- pip check
|
||
|
requires:
|
||
|
- pip
|
||
|
|
||
|
about:
|
||
|
summary: A tool to rapidly fetch fetch MLST profiles given sequences for various diseases.
|
||
|
license: ''
|
||
|
license_file: PLEASE_ADD_LICENSE_FILE
|
||
|
|
||
|
extra:
|
||
|
recipe-maintainers:
|
||
|
- RealYHD
|