Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,8 @@ def copy(files,folder):
|
|
37 |
os.remove(file_path)
|
38 |
|
39 |
def pyuul(folder,n_clusters):
|
40 |
-
|
|
|
41 |
atoms_channel = utils.atomlistToChannels(atname)
|
42 |
radius = utils.atomlistToRadius(atname)
|
43 |
|
|
|
37 |
os.remove(file_path)
|
38 |
|
39 |
def pyuul(folder,n_clusters):
|
40 |
+
PDBFile = str(folder)
|
41 |
+
coords, atname, pdbname, pdb_num = utils.parsePDB(PDBFile)
|
42 |
atoms_channel = utils.atomlistToChannels(atname)
|
43 |
radius = utils.atomlistToRadius(atname)
|
44 |
|