You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying DeepPocket on chain B of 1a5h and tried to segment ALL pockets predicted by fpocket. I have noticed that out of the 14 predicted by fpocket, only 3 have been segmented (I have removed the lines that break the loop when count >= 3. In this example, it is pockets 1, 3, and 10, which correspond to fpocket 2, 1, and 5, respectively. I have checked and there are no predicted residues:
Pocket 11 of 1a5h_B has [] predicted residues
Pocket 12 of 1a5h_B has [] predicted residues
Pocket 13 of 1a5h_B has [] predicted residues
Pocket 14 of 1a5h_B has [] predicted residues
Pocket 15 of 1a5h_B has [] predicted residues
Pocket 16 of 1a5h_B has [] predicted residues
Pocket 17 of 1a5h_B has [] predicted residues
Hi, I was trying DeepPocket on
chain B
of1a5h
and tried to segment ALL pockets predicted byfpocket
. I have noticed that out of the 14 predicted byfpocket
, only 3 have been segmented (I have removed the lines that break the loop whencount >= 3
. In this example, it is pockets 1, 3, and 10, which correspond to fpocket 2, 1, and 5, respectively. I have checked and there are no predicted residues:And this is how
masks_pred
look like:Any idea why this is? I would expect a pocket could be segmented out of each
fpocket
prediction. Thanks!The text was updated successfully, but these errors were encountered: