Skip to content

Commit

Permalink
Merge branch 'master' into bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
aliciaaevans committed Aug 28, 2024
2 parents 24cc55d + fd4d29d commit 3ed2eed
Show file tree
Hide file tree
Showing 28 changed files with 242 additions and 540 deletions.
52 changes: 52 additions & 0 deletions recipes/blast2galaxy/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{% set name = "blast2galaxy" %}
{% set version = "0.1.0a1" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/blast2galaxy-{{ version }}.tar.gz
sha256: ec1934a5a0e23a06175814790e6e9cefcbccadf52a7752f8278788b48b45eb4e

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

requirements:
host:
- python >=3.10,<4.0
- poetry-core >=1.0.0
- pip
run:
- python >=3.10,<4.0
- typer >=0.9.0,<0.10.0
- bioblend >=1.2.0,<2.0.0
- rich >=13.6.0,<14.0.0
- tomli >=2.0.1,<3.0.0

test:
imports:
- blast2galaxy
commands:
- pip check
- blast2galaxy --help
requires:
- pip

about:
summary: A Python package with a CLI and API to perform BLAST queries against Galaxy servers
license: MIT
license_file: LICENSE
home: "https://github.com/IPK-BIT/blast2galaxy"
doc_url: "https://ipk-bit.github.io/blast2galaxy/"
dev_url: "https://github.com/IPK-BIT/blast2galaxy"

extra:
recipe-maintainers:
- patrick-koenig
11 changes: 7 additions & 4 deletions recipes/emu/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
{% set name = "emu" %}
{% set version = "3.4.5" %}
{% set version = "3.4.6" %}

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

source:
url: 'https://gitlab.com/treangenlab/emu/-/archive/v{{version}}/emu-v{{version}}.tar.gz'
sha256: a77a3d362384d8e12bbb5f75dc74eaf0f04faec1e4f69195b9e92bc7c025296e
url: 'https://github.com/treangenlab/emu/archive/refs/tags/v{{version}}.tar.gz'
sha256: 9c7dab900ad6c3e8689733778a0ecfd8ebb15733e3c45f6ec3a7c32b8cb06805

build:
noarch: generic
number: 0
script: mkdir -p ${PREFIX}/bin && cp emu ${PREFIX}/bin

run_exports:
- {{ pin_subpackage(name, max_pin="x") }}

requirements:
run:
Expand All @@ -36,7 +39,7 @@ test:
- emu --help

about:
home: https://gitlab.com/treangenlab/emu
home: https://github.com/treangenlab/emu
license: MIT
license_file: LICENSE.txt
summary: Emu is a relative abundance estimator for 16s genomic data.
Expand Down
104 changes: 0 additions & 104 deletions recipes/flye/build_failure.linux-64.yaml

This file was deleted.

Loading

0 comments on commit 3ed2eed

Please sign in to comment.