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

Commit

Permalink
Fix typo & contact details
Browse files Browse the repository at this point in the history
  • Loading branch information
tskir committed Apr 21, 2020
1 parent 2d164ec commit 8043646
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .idea/dictionaries/ktsukanov.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please see the corresponding module README file for more information.
## Installing requirements

The commands below has been tested for Ubuntu 18.04 and newer. You might have to adjust commands and package names if
you're using a different distribution. Note in particular that some older Debian and Ubuntu distrubutions include
you're using a different distribution. Note in particular that some older Debian and Ubuntu distributions include
ancient htslib/samtools/bcftools versions, which will not work.

```bash
Expand Down
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from setuptools import setup

description = """
Contains two packages for processing ClinVar data for Open Targets submission.
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
Expand All @@ -13,7 +12,7 @@
packages=['vep_mapping_pipeline', 'repeat_expansion_variants', 'repeat_expansion_variants.test'],
url='',
license='',
author='ktsukanov',
author_email='ktsukanov@ebi.ac.uk',
author='Kirill Tsukanov, European Variation Archive, EMBL-EBI',
author_email='eva-dev@ebi.ac.uk',
description=description
)

0 comments on commit 8043646

Please sign in to comment.