fatmacankara commited on
Commit
b854a90
·
1 Parent(s): 8e0b46f

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +1 -1
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))