Skip to content

Commit

Permalink
clean up recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Sep 30, 2024
1 parent 6d5429d commit 2ca4053
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
6 changes: 0 additions & 6 deletions recipes/el_gato/build.sh

This file was deleted.

13 changes: 10 additions & 3 deletions recipes/el_gato/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,18 @@ source:

build:
number: 0
noarch: generic
noarch: python
script:
- mkdir -p $PREFIX/bin/db
- cp el_gato/db/* $PREFIX/bin/db/
- {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

requirements:
host:
- python >=3.8,<3.12
- pip
- setuptools
run:
- python >=3.8,<3.12
- minimap2 >=2.24
Expand All @@ -31,6 +34,9 @@ requirements:
- nextflow
- fpdf2
- packaging
- colorama # [linux]
- importlib-metadata # [py <= 38]


test:
commands:
Expand All @@ -39,5 +45,6 @@ test:
about:
home: https://github.com/{{ user }}/{{ name }}
license: MIT
license_family: MIT
license_file: LICENSE
summary: Perform Legionella pneumophila Sequence Based Typing (SBT) from short reads or assemblies
summary: "Perform Legionella pneumophila Sequence Based Typing (SBT) from short reads or assemblies."

0 comments on commit 2ca4053

Please sign in to comment.