Skip to content

Commit

Permalink
Update meteor to 2.0.13 (#48639)
Browse files Browse the repository at this point in the history
* Update meteor to 2.0.12

* Update meteor to 2.0.13

* unpin bcftools

* edit tests

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Jun 26, 2024
1 parent 66b215d commit 3a31c36
Showing 1 changed file with 14 additions and 21 deletions.
35 changes: 14 additions & 21 deletions recipes/meteor/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
{% set name = "meteor" %}
{% set version = "2.0.11" %}
{% set version = "2.0.13" %}
{% set sha256 = "bb7b8a9342dda2ee59689d235d13ca61f22990f43956e8fd927288a1a0858bec" %}

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


source:
url: https://github.com/metagenopolis/meteor/archive/{{ version }}.tar.gz
sha256: 2e6119f2a3b19227ef6a9ed990dbbfebd2d47144cf032d0d410f015541e7b1fe
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/meteor-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . --no-deps -vv
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.x") }}
- {{ 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,24 +34,13 @@ requirements:
- packaging
- cogent3
- biom-format
- bcftools >=0.1.19
- bcftools
- raxml-ng >=1.0.1
- bedtools >=2.18.0

test:
commands:
- meteor -h
- bowtie2 -h
- bedtools -h
- raxml-ng -h
- bcftools -h
imports:
- pysam
- pandas
- pyarrow
- ete3
- packaging
- biom
- cogent3
- "meteor -h"

about:
home: https://github.com/metagenopolis/meteor
Expand All @@ -58,3 +50,4 @@ about:
description: |
Meteor relies on genes catalogue to perform specie level taxonomic assignments, functional and strain diffusion analysis.
license_family: GPL3
dev_url: https://github.com/metagenopolis/meteor

0 comments on commit 3a31c36

Please sign in to comment.