Re-organizing repositories by splitting this into two

This commit is contained in:
2025-02-17 15:13:27 +00:00
parent eba984e43f
commit 9d117a37ea
8 changed files with 162 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
{% set name = "autoBIGS.engine" %}
{% set name = "autobigs.engine" %}
{% set version = "0.11.0" %}
package:
@@ -13,8 +13,6 @@ 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:
@@ -24,8 +22,8 @@ requirements:
- pip
run:
- python >=3.12
- biopython
- aiohttp
- biopython ==1.85
- aiohttp ==3.11.*
test:
imports:
@@ -36,11 +34,11 @@ test:
- pip
about:
home: https://github.com/RealYHD/autoBIGS.engine
summary: A library to rapidly fetch fetch MLST profiles given sequences for various diseases.
license: GPL-3.0-or-later
dev_url: https://github.com/RealYHD/autoBIGS.engine
license: GPL-3.0
license_file: LICENSE
extra:
recipe-maintainers:
- Harrison Deng
- RealYHD