Skip to content

Commit

Permalink
Add pacini_typing (#53012)
Browse files Browse the repository at this point in the history
* add pacini_typing

* updated valid run exports

* fixed a very stupid typo in the run exports

* Update recipes/pacini_typing/meta.yaml

Co-authored-by: Martin Grigorov <[email protected]>

* fixed some suggestions from code review

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
MarkStreek and martin-g authored Jan 2, 2025
1 parent 620eebc commit fc2688d
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions recipes/pacini_typing/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{% set name = "pacini_typing" %}
{% set version = "1.6.1" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: https://github.com/RIVM-bioinformatics/Pacini-typing/archive/refs/tags/v{{ version }}.tar.gz
sha256: f4bbd7daf83aa50e7de113ab55fb485eeba8e567fac6d48f5799e073a629d8b5

build:
number: 0
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
run_exports:
- {{ pin_subpackage("pacini_typing", max_pin="x") }}

requirements:
host:
- python >=3.10,<=3.12
- pip
run:
- python >=3.10,<=3.12
- biopython
- pysam
- pyyaml
- networkx
- scipy
- numpy
- tqdm
- pandas
- blast
- kma

test:
commands:
- pacini_typing --help
- Pacini-typing --help

about:
home: "https://github.com/RIVM-bioinformatics/Pacini-typing"
license: AGPL-3.0
license_file: LICENSE
summary: "YAML-based bacterial genotyping application"
dev_url: "https://github.com/RIVM-bioinformatics/Pacini-typing"

extra:
recipe-maintainers:
- MarkStreek

0 comments on commit fc2688d

Please sign in to comment.