Skip to content

Commit

Permalink
clean up recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 22, 2024
1 parent 80c7436 commit f53e0a8
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions recipes/clinvar-this/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,36 +10,46 @@ source:
sha256: {{ sha256 }}

build:
script: python -m pip install --no-deps --ignore-installed .
script: {{ PYTHON }} -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
noarch: python
run_exports:
- {{ pin_subpackage("clinvar-this", max_pin="x.x") }}
number: 0
entry_points:
- clinvar-this=clinvar_this.cli:cli

requirements:
host:
- python >=3.8
- python >=3.6
- pip
- setuptools
run:
- python >=3.8
- python >=3.6
- pysam >=0.10.0
- logzero
- requests
- attrs
- cattrs
- httpx >=0.24
- pydantic >=2.5
- python-dateutil
- click
- toml
- tabulate
- jsonschema
- xmltodict >=0.13.0,<0.15
- tqdm >=4.0
- protobuf >=3.20.2,<6.0

test:
imports:
- clinvar_this
- clinvar_api
- clinvar_data
commands:
- clinvar-this --help

about:
home: https://github.com/bihealth/clinvar-this
license: MIT
license_family: MIT
summary: ClinVar Submission API Made Easy
license_file: LICENSE
summary: "ClinVar Submission API Made Easy."
dev_url: https://github.com/bihealth/clinvar-this

0 comments on commit f53e0a8

Please sign in to comment.