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

Update code/add_structure.py

Browse files
Files changed (1) hide show
  1. code/add_structure.py +1 -1
code/add_structure.py CHANGED
@@ -320,7 +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
- 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] != []):
 
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)
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] != []):