Spaces:
Running
on
T4
Running
on
T4
simonduerr
commited on
Commit
•
46db817
1
Parent(s):
87d2088
Update app.py
Browse files
app.py
CHANGED
@@ -44,6 +44,13 @@ from alphafold.model import data, config
|
|
44 |
from alphafold.model import model as afmodel
|
45 |
from alphafold.common import residue_constants
|
46 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
from utils import *
|
48 |
|
49 |
sys.path.append("/home/user/app/ProteinMPNN/vanilla_proteinmpnn")
|
|
|
44 |
from alphafold.model import model as afmodel
|
45 |
from alphafold.common import residue_constants
|
46 |
|
47 |
+
import moleculekit
|
48 |
+
|
49 |
+
print(moleculekit.__version__)
|
50 |
+
|
51 |
+
print(Molecule("1pga"))
|
52 |
+
print("finish molecule")
|
53 |
+
|
54 |
from utils import *
|
55 |
|
56 |
sys.path.append("/home/user/app/ProteinMPNN/vanilla_proteinmpnn")
|