2 Commits

Author SHA1 Message Date
  yanglong 497660d230
!2449 fix a bug from the rfantibody github repository 6 days ago
  chendanyang 7c2ac216d3
fix a bug from the rfantibody github repository 6 days ago
1 changed files with 1 additions and 1 deletions
Split View
  1. +1
    -1
      MindSPONGE/applications/proteinmpnn/proteinmpnn/util_protein_mpnn.py

+ 1
- 1
MindSPONGE/applications/proteinmpnn/proteinmpnn/util_protein_mpnn.py View File

@@ -786,7 +786,7 @@ class Pose:
}

for cdr, mask in cdr_masks.items():
cdr_dict[cdr] = np.where(mask)[0].tolist()
cdr_dict[cdr] = (np.where(mask)[0] + 1).tolist()

return cls(
atoms=bb_xyz,


Loading…
Cancel
Save
Baidu
map