fatmacankara commited on
Commit
ffebe51
·
1 Parent(s): 0d9f383

Update code/pdb_featureVector.py

Browse files
Files changed (1) hide show
  1. code/pdb_featureVector.py +1 -1
code/pdb_featureVector.py CHANGED
@@ -253,7 +253,7 @@ def pdb(input_set, mode, impute):
253
  resolution = header.get('resolution', 'N/A')
254
  # Print UniProt IDs, chain ID, and resolution for the current model
255
  for i, chain in enumerate(model, start=1):
256
- if chain.dbxrefs == 'UNP:'
257
  chain_id = chain.get_id()
258
  st.write(f"---- Information for Chain {chain_id} in Model {i} ----")
259
  st.write(f"UniProt IDs: {', '.join(uniprot_ids)}")
 
253
  resolution = header.get('resolution', 'N/A')
254
  # Print UniProt IDs, chain ID, and resolution for the current model
255
  for i, chain in enumerate(model, start=1):
256
+ if chain.dbxrefs == 'UNP':
257
  chain_id = chain.get_id()
258
  st.write(f"---- Information for Chain {chain_id} in Model {i} ----")
259
  st.write(f"UniProt IDs: {', '.join(uniprot_ids)}")