Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add zamp #51309

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
54 changes: 54 additions & 0 deletions recipes/zamp/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{% set name = "zamp" %}
{% set version = "1.0.0" %}

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

source:
url: https://github.com/metagenlab/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 366d1a1bdff60e1a8100298608f20ab2294ef476a1da1bee9c1975641c495f6e

build:
number: 0
noarch: python
entry_points:
- zamp=zamp.__main__:main
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_subpackage('zamp', max_pin="x.x") }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. I modified meta.yaml to max_pin="x" as suggested.


requirements:
host:
- python >=3.11
- pip
- setuptools
run:
- python >=3.11
- snakemake-minimal >=8.0.0
- Click >=8.1.3
- attrmap >=0.0.7
- snaketool-utils >=0.0.5
- metasnek >=0.0.8
- biopython >=1.83
- pandas >=2.2.1
- apptainer >=1.3.2

test:
commands:
- zamp -h
- zamp -v

about:
home: https://github.com/metagenlab/zAMP/
license: MIT
summary: 'zAMP: bioinformatic pipeline designed for convenient, reproducible and scalable amplicon-based metagenomics'
license_family: MIT
license_file: LICENSE

extra:
container:
extended-base: true
recipe-maintainers:
- farchaab
- vicasze