Skip to content

Commit

Permalink
Add mikrokondo-tools (#51618)
Browse files Browse the repository at this point in the history
* Create meta.yaml

added bioconda recipe for mikrokondo-tools

* Update meta.yaml

* Update meta.yaml

* Update recipes/mikrokondo-tools/meta.yaml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update meta.yaml

* Update recipes/mikrokondo-tools/meta.yaml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
mattheww95 and coderabbitai[bot] authored Oct 23, 2024
1 parent 53722c7 commit 500d734
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions recipes/mikrokondo-tools/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set name = "mikrokondo-tools" %}
{% set version = "0.0.1rc0" %}

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

source:
url: https://files.pythonhosted.org/packages/source/{{ name[0] }}/{{ name }}/mikrokondo_tools-{{ version }}.tar.gz
sha256: 97a6805c4de8acf568ea1be22a91b442a7c780f66d54520e1c9c8af9ef08d7ef

build:
entry_points:
- mikrokondo-tools = mikrokondo_tools.cli:safe_entry_point
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
run_exports:
- {{ pin_subpackage(name|lower, max_pin='x') }}

requirements:
host:
- python >=3.8
- hatchling
- pip
run:
- python >=3.8
- click
- requests
- jsonschema

test:
imports:
- mikrokondo_tools
commands:
- pip check
- mikrokondo-tools --help
requires:
- pip

about:
home: https://pypi.org/project/mikrokondo-tools
summary: A collection of utilities to make using the mikrokondo pipeline easier
dev_url: https://github.com/DOED-DAAD/mikrokondo-tools
license: Apache-2.0
license_file: LICENSE.txt

extra:
recipe-maintainers:
- mattheww95

0 comments on commit 500d734

Please sign in to comment.