Skip to content

Commit

Permalink
Adding recipe for clinvar-tsv.
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Dec 5, 2018
1 parent 29950e8 commit dee1eb2
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions recipes/clinvar-tsv/meta.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit dee1eb2

Please sign in to comment.