diff --git a/recipes/clinvar-tsv/meta.yaml b/recipes/clinvar-tsv/meta.yaml new file mode 100644 index 00000000000000..ed001db562a385 --- /dev/null +++ b/recipes/clinvar-tsv/meta.yaml @@ -0,0 +1,30 @@ +{% set version = "0.1.0" %} + +package: + name: clinvar-tsv + version: "{{ version }}" + +source: + url: https://github.com/bihealth/clinvar-tsv/archive/v{{ version }}.tar.gz + sha256: f19a1ac3b62e0b6428f60f331bac73dbfb470422893bb9b76ae34b7b8a7a562d + +build: + number: 0 + noarch: generic + +requirements: + run: + - snakemake-minimal >=5.3.0 + - pysam >=0.15.1 + +test: + imports: + - clinvar_tsv + commands: + - clinvar_tsv --version + - clinvar_tsv --version | grep "{{ version }}" + +about: + home: https://github.com/bihealth/clinvar-tsv + license: MIT + summary: A Snakemake-based program to download ClinVar and convert to easy-to-use TSV files.