Skip to content

Commit

Permalink
Updated ProteoFAV's title
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Dec 20, 2017
1 parent 94af689 commit 9a6fe60
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# ProteoFAV - Protein Feature Aggregation and Variants\n",
"# ProteoFAV - Protein Features, Annotations and Variants\n",
"\n",
"Open-source framework for simple and fast integration of protein structure data with sequence annotations and genetic variation.\n"
]
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ProteoFAV
=========

**Protein Feature Aggregation and Variants**
**Protein Features, Annotations and Variants**

|Pypi| |Build Status| |Documentation| |Python: versions| |License|

Expand Down
4 changes: 2 additions & 2 deletions __main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8

"""
ProteoFAV: Protein Feature Aggregation and Variants
---------------------------------------------------
ProteoFAV: Protein Features, Annotations and Variants
-----------------------------------------------------
Open-source framework for simple and fast integration
of protein structure data with sequence annotations
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ProteoFAV's Documentation
=========================

ProteoFAV (Protein Feature Aggregation and Variants) is an open-source framework for simple and fast integration of protein structure data with sequence annotations and genetic variation.
ProteoFAV (Protein Features, Annotations and Variants) is an open-source framework for simple and fast integration of protein structure data with sequence annotations and genetic variation.

ProteoFAV is a Python module that address the challenge of cross-mapping protein structures and protein sequences,
allowing for protein structures to be annotated with sequence features. It implements methods for working with
Expand Down
4 changes: 2 additions & 2 deletions proteofav/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8

"""
ProteoFAV: Protein Feature Aggregation and Variants
---------------------------------------------------
ProteoFAV: Protein Features, Annotations and Variants
-----------------------------------------------------
Open-source framework for simple and fast integration
of protein structure data with sequence annotations
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

"""
ProteoFAV: Protein Feature Aggregation and Variants
---------------------------------------------------
ProteoFAV: Protein Features, Annotations and Variants
-----------------------------------------------------
Open-source framework for simple and fast integration
of protein structure data with sequence annotations
Expand Down Expand Up @@ -55,7 +55,7 @@ def gather_dependencies():
url='https://github.com/bartongroup/ProteoFAV/tree/master',
download_url="https://github.com/bartongroup/ProteoFAV/archive/master.zip",
keywords='bioinformatics structural-biology data-analysis python pandas',
description='PROtein Feature Aggregation and Variants.',
description='PROtein Features, Annotations and Variants.',
long_description=open('README.rst').read(),

classifiers=[
Expand Down

0 comments on commit 9a6fe60

Please sign in to comment.