Skip to content

Commit

Permalink
update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Sep 18, 2024
1 parent d449d54 commit 2e6557a
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,37 +1,42 @@
{% set name = "eva-sub-cli" %}
{% set version = "0.2" %}
{% set version = "0.4" %}

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

source:
path: ../
# For submission to bioconda recipes, replace 'path' with the following (filling in the appropriate sha256):
# url: https://github.com/EBIvariation/eva-sub-cli/archive/v{{version}}.tar.gz
# sha256:
url: https://github.com/EBIvariation/eva-sub-cli/archive/v{{version}}.tar.gz
sha256: be4d4109d9879ad94ccc01a3bd534ff6077775f126977dfb3f2d6fd9cfb251ba

build:
number: 0
noarch: generic
preserve_egg_dir: True
# For submission to bioconda recipes, replace 'preserve_egg_dir' with the following:
# run_exports:
# - {{ pin_subpackage(name, max_pin="x.x") }}
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}

requirements:
host:
- nextflow >=21.10.0
- python >=3.8
- nodejs >=10.19.1
- vcf-validator >=0.9.7
- ebi-eva-common-pyutils >=0.6.1
- pyyaml
- jinja2
- openpyxl
- requests
- jsonschema
- unzip
- setuptools-scm
run:
- nextflow >=21.10.0
- python >=3.8
- nodejs >=10.19.1
- vcf-validator >=0.9.7
- ebi-eva-common-pyutils >=0.6.1
- pyyaml
- jinja2
- openpyxl
Expand All @@ -43,7 +48,6 @@ test:
- eva_sub_cli
commands:
- biovalidator --help
- vcf_validator --help
- eva-sub-cli.py --help

about:
Expand All @@ -54,4 +58,6 @@ about:

extra:
recipe-maintainers:
- apriltuesday
- apriltuesday
- tcezard
- ebi-variation

0 comments on commit 2e6557a

Please sign in to comment.