Skip to content

Commit

Permalink
patched colabdesign dev tool config
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney committed Sep 8, 2023
1 parent 1938b5e commit 40604f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def download_and_extract(self, go_bin_url, temp_dir):

setup(
name="PlexLabExchange",
version="0.9.2",
version="0.9.3",
packages=find_packages(where='src'), # tell setuptools to look in the 'src' directory for packages
package_dir={'': 'src'}, # tell setuptools that the packages are under the 'src' directory
cmdclass={
Expand Down
2 changes: 1 addition & 1 deletion python/src/plex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CoreTools(Enum):
BATCH_DLKCAT = "QmQTjvP2utNb1JTtUHeQ8mQPvNkCTg5VRc4LVdptWkUcJ7"
OPENBABEL_PDB_TO_SDF = "QmbbDSDZJp8G7EFaNKsT7Qe7S9iaaemZmyvS6XgZpdR5e3"
OPENBABEL_RMSD = "QmUxrKgAs5r42xVki4vtMskJa1Z7WA64wURkwywPMch7dA"
COLABDESIGN = "QmXvptBDQDbWCYMYz4YZBu3Dtzqf36TRb7XUo1ejeSiUHC"
COLABDESIGN = "QmQ9iqbgDNSpNheSVCze8UKBebg8ScZvLmbAkuPZB6Yraa"

class PlexError(Exception):
def __init__(self, message):
Expand Down
4 changes: 2 additions & 2 deletions tools/colabdesign/_colabdesign-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"author": "",
"baseCommand": ["/bin/bash", "-c"],
"arguments": [
"wget https://raw.githubusercontent.com/labdao/plex/add_colabdesign_frfr/tools/colabdesign/install.py;",
"wget https://raw.githubusercontent.com/labdao/plex/add_colabdesign_frfr/tools/colabdesign/main.py;",
"wget https://raw.githubusercontent.com/labdao/plex/main/tools/colabdesign/install.py;",
"wget https://raw.githubusercontent.com/labdao/plex/main/tools/colabdesign/main.py;",
"mv /inputs/*.pdb /inputs/target_protein.pdb && mv /inputs/*.yaml /inputs/config.yaml;",
"python install.py;",
"echo 'Install complete!';",
Expand Down

0 comments on commit 40604f8

Please sign in to comment.