45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
|
{% set name = "autoBIGS.engine" %}
|
||
|
{% set version = "0.12.1.dev1+gb8cebb8.d20250221" %}
|
||
|
|
||
|
package:
|
||
|
name: {{ name|lower|replace(".", "-") }}
|
||
|
version: {{ version }}
|
||
|
|
||
|
source:
|
||
|
url: file:///workspaces/autoBIGS.engine/dist/autobigs_engine-0.12.1.dev1%2Bgb8cebb8.d20250221.tar.gz
|
||
|
sha256: c86441b94f935cfa414ff28ca4c026a070e0fb15988ea3bb7d1a942859a09b16
|
||
|
|
||
|
build:
|
||
|
noarch: python
|
||
|
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
|
||
|
number: 0
|
||
|
run_exports:
|
||
|
- {{ pin_subpackage( name|lower|replace(".", "-"), max_pin="x.x") }}
|
||
|
requirements:
|
||
|
host:
|
||
|
- python >=3.12
|
||
|
- setuptools >=64
|
||
|
- setuptools-scm >=8
|
||
|
- pip
|
||
|
run:
|
||
|
- python >=3.12
|
||
|
- biopython ==1.85
|
||
|
- aiohttp ==3.11.*
|
||
|
|
||
|
test:
|
||
|
imports:
|
||
|
- autobigs
|
||
|
commands:
|
||
|
- pip check
|
||
|
requires:
|
||
|
- pip
|
||
|
|
||
|
about:
|
||
|
summary: A library to rapidly fetch fetch MLST profiles given sequences for various diseases.
|
||
|
license: GPL-3.0-or-later
|
||
|
license_file: LICENSE
|
||
|
home: https://github.com/Syph-and-VPD-Lab/autoBIGS.engine
|
||
|
extra:
|
||
|
recipe-maintainers:
|
||
|
- Harrison Deng
|