Spaces:
Sleeping
Sleeping
Commit
·
b854a90
1
Parent(s):
8e0b46f
Update code/pdb_featureVector.py
Browse files
code/pdb_featureVector.py
CHANGED
@@ -192,7 +192,7 @@ def pdb(input_set, mode, impute):
|
|
192 |
pdbs = []
|
193 |
protein = uniprot_matched.uniprotID.to_list()
|
194 |
protein = list(set(protein))
|
195 |
-
st.write(get_pdb_ids(prot))
|
196 |
|
197 |
for prot in protein:
|
198 |
pdbs.append(get_pdb_ids(prot))
|
|
|
192 |
pdbs = []
|
193 |
protein = uniprot_matched.uniprotID.to_list()
|
194 |
protein = list(set(protein))
|
195 |
+
st.write(get_pdb_ids(prot))
|
196 |
|
197 |
for prot in protein:
|
198 |
pdbs.append(get_pdb_ids(prot))
|