Skip to content

Commit

Permalink
Fix bgzip for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Aug 27, 2024
1 parent 1063823 commit f0812f5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions conda_recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@ source:
path: ..

build:
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
noarch: python
number: 1
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
entry_points:
- meteor = meteor.meteor:main
run_exports:
- {{ pin_subpackage('meteor', max_pin="x") }}

requirements:
host:
- python >=3.10
- poetry
- pip
- poetry-core
run:
- python >=3.10
- bowtie2 >=2.3.5
Expand All @@ -31,6 +37,7 @@ requirements:
- packaging
- cogent3
- biom-format
- bgzip
- freebayes >=1.2
test:
commands:
Expand All @@ -45,6 +52,7 @@ test:
- packaging
- biom
- cogent3
- bgzip

about:
home: https://github.com/metagenopolis/meteor
Expand Down

0 comments on commit f0812f5

Please sign in to comment.