Skip to content

Commit

Permalink
add authorship to predict submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Dec 10, 2019
1 parent a584f74 commit a6d9d3c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rhapsody/predict/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

__all__ = ['Rhapsody', 'calcPredictions']

__author__ = "Luca Ponzoni"
__date__ = "December 2019"
__maintainer__ = "Luca Ponzoni"
__email__ = "[email protected]"
__status__ = "Production"


class Rhapsody:
"""A class implementing the Rhapsody algorithm for pathogenicity
Expand Down
6 changes: 6 additions & 0 deletions rhapsody/predict/figures.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

__all__ = ['print_sat_mutagen_figure']

__author__ = "Luca Ponzoni"
__date__ = "December 2019"
__maintainer__ = "Luca Ponzoni"
__email__ = "[email protected]"
__status__ = "Production"


def _try_import_matplotlib():
try:
Expand Down
6 changes: 6 additions & 0 deletions rhapsody/predict/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

__all__ = ['rhapsody']

__author__ = "Luca Ponzoni"
__date__ = "December 2019"
__maintainer__ = "Luca Ponzoni"
__email__ = "[email protected]"
__status__ = "Production"


def rhapsody(query, query_type='SAVs',
main_classifier=None, aux_classifier=None,
Expand Down

0 comments on commit a6d9d3c

Please sign in to comment.