Skip to content

Commit

Permalink
LANG: recipe updates for pathogenome distro
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Sep 5, 2024
1 parent a895429 commit 0c40507
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{% set data = load_setup_py_data() %}
{% set version = data.get('version') or 'placehold' %}

package:
name: q2-amr
version: {{ version }}
version: {{ PLUGIN_VERSION }}

source:
path: ../..

build:
script-env:
- PLUGIN_VERSION
script: make install

requirements:
host:
- python=3.8.*
- python {{ python }}
- setuptools

run:
- ncbi-amrfinderplus
- python=3.8.*
- python {{ python }}
- qiime2 {{ qiime2_epoch }}.*
- q2-demux {{ qiime2_epoch }}.*
- q2-feature-table {{ qiime2_epoch }}.*
Expand Down

0 comments on commit 0c40507

Please sign in to comment.