Skip to content

Commit

Permalink
Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmicha committed Jun 2, 2024
1 parent c7da72d commit cbb344b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antipasti/config.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
STRUCTURES_DIR = os.environ.get('STRUCTURES_DIR', '/Users/kevinmicha/Documents/all_structures/chothia/')
2 changes: 1 addition & 1 deletion setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def run_tests(self):

setup(
name='ANTIPASTI',
version='1.1',
version='1.2',
author='Kevin Michalewicz',
author_email='[email protected]',
description='Deep Learning model that predicts the binding affinity of antibodies from their three-dimensional structure.',
Expand Down

0 comments on commit cbb344b

Please sign in to comment.