diff --git a/antipasti/config.py b/antipasti/config.py old mode 100644 new mode 100755 index 7f4911e3..6a0788f8 --- a/antipasti/config.py +++ b/antipasti/config.py @@ -9,4 +9,4 @@ NOTEBOOKS_DIR = os.environ.get('NOTEBOOKS_DIR', '../notebooks/') LOGS_DIR = os.environ.get('LOGS_DIR', '../logs/') SCRIPTS_DIR = os.environ.get('SCRIPTS_DIR', '../scripts/') -STRUCTURES_DIR = os.environ.get('STRUCTURES_DIR', '/Users/kevinmicha/Downloads/all_structures/chothia/') \ No newline at end of file +STRUCTURES_DIR = os.environ.get('STRUCTURES_DIR', '/Users/kevinmicha/Documents/all_structures/chothia/') \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 index bdd43bd2..19622b00 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def run_tests(self): setup( name='ANTIPASTI', - version='1.1', + version='1.2', author='Kevin Michalewicz', author_email='k.michalewicz22@imperial.ac.uk', description='Deep Learning model that predicts the binding affinity of antibodies from their three-dimensional structure.',