Spaces:
Sleeping
Sleeping
Commit ·
6d7420f
1
Parent(s): 66c2b32
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
|
@@ -238,7 +238,7 @@ def pdb(input_set, mode, impute):
|
|
| 238 |
pdb_data = response.text
|
| 239 |
pdb_parser = PDBParser(QUIET=True) # QUIET=True suppresses warnings
|
| 240 |
pdb_file_content = StringIO(pdb_data)
|
| 241 |
-
structure = pdb_parser.get_structure(
|
| 242 |
st.write(structure)
|
| 243 |
ppb = PPBuilder()
|
| 244 |
for model in structure:
|
|
|
|
| 238 |
pdb_data = response.text
|
| 239 |
pdb_parser = PDBParser(QUIET=True) # QUIET=True suppresses warnings
|
| 240 |
pdb_file_content = StringIO(pdb_data)
|
| 241 |
+
structure = pdb_parser.get_structure(search, pdb_file_content)
|
| 242 |
st.write(structure)
|
| 243 |
ppb = PPBuilder()
|
| 244 |
for model in structure:
|