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 meta_eukaryome_detect #51328

Merged
merged 7 commits into from
Oct 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 47 additions & 0 deletions recipes/meta_eukaryome_detect/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{% set name = "meta_eukaryome_detect" %}
{% set version = "0.1.0" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 3dfd5d8e8ef89babd00ca9800859dd496389dfedb5bdf4fa64b272526de69cca

build:
number: 0
entry_points:
- meta-eukaryome-detect = meta_eukaryome_detect.meta_eukaryome_detect:main
script: "{{ PYTHON }} -m pip install . -vv --ignore-installed --no-deps"
noarch: python

requirements:
host:
- pip
- python >=3.11
run:
- ngless
- samtools
- pandas >= 2.0.
- requests

fullama marked this conversation as resolved.
Show resolved Hide resolved
test:
imports:
- meta-eukaryome-detect
commands:
- meta-eukaryome-detect --help
fullama marked this conversation as resolved.
Show resolved Hide resolved

about:
home: "https://github.com/grp-bork/meta_eukaryome_detect"
license: "MIT License"
license_family: MIT
license_file: LICENSE
summary: "Pathogen, Parasite, Eukaryote and Virus detection in metagenomes."
doc_url: "https://grp-bork.embl-community.io/grp-microbiome-astrology/meta_eukaryome_detect/"
dev_url: "https://github.com/grp-bork/meta_eukaryome_detect"

extra:
recipe-maintainers:
- fullama