Skip to content

Commit

Permalink
removed code quotes from README added author_email to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Sep 28, 2016
1 parent 1450b74 commit 6a5f334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,7 @@ pyensembl install --release 75 76
```

This will eliminate a potential delay of several minutes required to install the relevant data
when using the `varcode` for the first time.
when using the Varcode for the first time.


Example
Expand Down Expand Up @@ -90,7 +90,7 @@ Effect Types

Effect type | Description
-----------: | :-----------
*AlternateStartCodon* | Replace annotated start codon with alternative start codon (*e.g.* `ATG>CAG`).
*AlternateStartCodon* | Replace annotated start codon with alternative start codon (*e.g.* "ATG>CAG").
*ComplexSubstitution* | Insertion and deletion of multiple amino acids.
*Deletion* | Coding mutation which causes deletion of amino acid(s).
*ExonLoss* | Deletion of entire exon, significantly disrupts protein.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -53,6 +53,7 @@
long_description=readme,
url="https://github.com/hammerlab/varcode",
author="Alex Rubinsteyn",
author_email="alex rubinsteyn at gmail's fine email service",
license="http://www.apache.org/licenses/LICENSE-2.0.html",
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 6a5f334

Please sign in to comment.