Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
Added module description
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed Apr 21, 2020
1 parent dc76855 commit 2d164ec
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
from setuptools import setup

description = """
Contains two packages for processing ClinVar data for Open Targets submission.
* `vep_mapping_pipeline` maps variants (CHROM:POS:REF:ALT) to their most severe functional consequence according to
Ensembl VEP, as well as their Ensembl gene ID and name.
* `repeat_expansion_variants` parses ClinVar variant_summary file and extracts information about repeat expansion
variants."""

setup(
name='vep-mapping-pipeline',
version='',
Expand All @@ -8,5 +15,5 @@
license='',
author='ktsukanov',
author_email='[email protected]',
description=''
description=description
)

0 comments on commit 2d164ec

Please sign in to comment.