fatmacankara commited on
Commit
4256fa9
·
1 Parent(s): b854a90

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +2 -2
code/pdb_featureVector.py CHANGED
@@ -192,11 +192,11 @@ 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))
199
-
200
  pdbs = [item for sublist in pdbs for item in sublist]
201
  print('Processing PDB structures...\n')
202
  if pdbs == []:
 
192
  pdbs = []
193
  protein = uniprot_matched.uniprotID.to_list()
194
  protein = list(set(protein))
195
+
196
 
197
  for prot in protein:
198
  pdbs.append(get_pdb_ids(prot))
199
+ st.write(pdbs)
200
  pdbs = [item for sublist in pdbs for item in sublist]
201
  print('Processing PDB structures...\n')
202
  if pdbs == []: