Spaces:
Sleeping
Sleeping
Commit
·
89cdd80
1
Parent(s):
5a1ea29
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -303,7 +303,9 @@ def pdb(input_set, mode, impute):
|
|
303 |
"""
|
304 |
|
305 |
resolution_method = parser.get_structure(search, file)
|
|
|
306 |
for record in SeqIO.parse(file, "pdb-seqres"):
|
|
|
307 |
if record.dbxrefs[0].split(':')[0] == 'UNP':
|
308 |
st.write(record.id.split(':')[0])
|
309 |
st.write(record.id.split(':')[1])
|
|
|
303 |
"""
|
304 |
|
305 |
resolution_method = parser.get_structure(search, file)
|
306 |
+
st.write(resolution_method)
|
307 |
for record in SeqIO.parse(file, "pdb-seqres"):
|
308 |
+
st.write('rec', record)
|
309 |
if record.dbxrefs[0].split(':')[0] == 'UNP':
|
310 |
st.write(record.id.split(':')[0])
|
311 |
st.write(record.id.split(':')[1])
|