Skip to content

Commit

Permalink
modify meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Jan 14, 2025
1 parent 0f70652 commit b699053
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: q2-amrfinderplus
version: {{ version }}
version: {{ PLUGIN_VERSION }}

source:
path: ..
Expand All @@ -12,6 +12,12 @@ requirements:
host:
- python {{ python }}
- setuptools
- versioningit
- wheel

build:
- setuptools
- versioningit

run:
- ncbi-amrfinderplus
Expand All @@ -24,13 +30,12 @@ requirements:

test:
requires:
- coverage
- pytest-cov
- parameterized
imports:
- q2_amrfinderplus
- qiime2.plugins.amrfinderplus
commands:
- pytest --cov q2_amrfinderplus --cov-report xml:coverage.xml --pyargs q2_amrfinderplus
- pytest --pyargs q2_amrfinderplus

about:
home: https://github.com/bokulich-lab/q2-q2_amrfinderplus
Expand Down

0 comments on commit b699053

Please sign in to comment.