Skip to content

Commit

Permalink
Update metagenome-atlas to 2.18.1 (bioconda#43611)
Browse files Browse the repository at this point in the history
* Update metagenome-atlas to 2.18.1

* add run_exports

---------

Co-authored-by: joshuazhuang7 <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Oct 11, 2023
1 parent 2c0c919 commit 4d5ea50
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions recipes/metagenome-atlas/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,31 @@

{% set version = "2.18.0" %}
{% set version = "2.18.1" %}

package:
name: metagenome-atlas
version: {{ version }}

source:
url: https://github.com/metagenome-atlas/atlas/archive/v{{ version }}.tar.gz
sha256: 398469ed81d98872f0bcf3de34b3a405d32c7a714017ea7cf12a53b2e3fdbb92
sha256: 225a0e34c5c7a34ab053b98c0be5fa3c6281a03144a156454deeda5588e3d774

build:
number: 0
entry_points:
- atlas=atlas.atlas:cli
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
run_exports:
- {{ pin_subpackage('metagenome-atlas', max_pin="x") }}

requirements:
host:
- python >=3.8, <3.11
- python >=3.8,<3.11
- pip
run:
- python >=3.8, <3.11
- python >=3.8,<3.11
- mamba
- bbmap >=39.01, <40
- snakemake-minimal >=7.18.1, <7.26
- bbmap >=39.01,<40
- snakemake-minimal >=7.18.1,<7.26
- pygments
- networkx
- graphviz
Expand All @@ -36,7 +37,7 @@ requirements:
- pathlib
# optional to help conda solve
- numpy =1.21

test:
imports:
- atlas
Expand Down

0 comments on commit 4d5ea50

Please sign in to comment.