fatmacankara commited on
Commit
ba45cc6
·
1 Parent(s): 65411cd

Update code/add_structure.py

Browse files
Files changed (1) hide show
  1. code/add_structure.py +1 -0
code/add_structure.py CHANGED
@@ -320,6 +320,7 @@ def match3DModels(data):
320
  if data.at[i, 'distance'] == -1000:
321
  domStart = data.at[i, 'domStart']
322
  domEnd = data.at[i, 'domEnd']
 
323
  for col in UNIPROT_ANNOTATION_COLS[0:30]:
324
  allDist = []
325
  if (data.at[i, col] != np.NaN) & (data.at[i, col] != 'hit') & (data.at[i, col] != '[]')& (data.at[i, col] != []):
 
320
  if data.at[i, 'distance'] == -1000:
321
  domStart = data.at[i, 'domStart']
322
  domEnd = data.at[i, 'domEnd']
323
+ data.at[i, 'distance'] = domainDistanceModels(domStart, domEnd, coordinates, pos, matchList, posOnPDB)
324
  for col in UNIPROT_ANNOTATION_COLS[0:30]:
325
  allDist = []
326
  if (data.at[i, col] != np.NaN) & (data.at[i, col] != 'hit') & (data.at[i, col] != '[]')& (data.at[i, col] != []):