Spaces:
Running
Running
Commit
·
e74ec9b
1
Parent(s):
7616725
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -86,8 +86,10 @@ def alphafold(input_set, mode, impute):
|
|
86 |
st.write('aldjflsjflsjfld')
|
87 |
st.write(alphafold_path)
|
88 |
print('Creating directories...')
|
89 |
-
|
90 |
-
|
|
|
|
|
91 |
## Physicochemical properties
|
92 |
print('Adding physicochemical properties...\n')
|
93 |
data = add_physicochemical(data)
|
|
|
86 |
st.write('aldjflsjflsjfld')
|
87 |
st.write(alphafold_path)
|
88 |
print('Creating directories...')
|
89 |
+
st.write(data)
|
90 |
+
#file_base = str(Path(alphafold_path / '*'))
|
91 |
+
#file_str = glob.glob(file_base)[0].split('-')[-1].split('.')[0]
|
92 |
+
#file_str =
|
93 |
## Physicochemical properties
|
94 |
print('Adding physicochemical properties...\n')
|
95 |
data = add_physicochemical(data)
|