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
I am attempting to perform motif scaffolding and binder design with RFD-AA similar to the way it was done in the original RFD. I ran into issues with the following function in idealize_backbone.py. The current implementation requires a ligand to be in the input. I commented the original lines in the code block and added some modifications to handle the case when there is no ligand (see below). Do my modifications seem reasonable, and is this use case supported?
Another issue that I ran into was during binder design (PPI) with RFD-AA, the generated design seems to just be the same target protein given as input. The command I ran is:
I am attempting to perform motif scaffolding and binder design with RFD-AA similar to the way it was done in the original RFD. I ran into issues with the following function in
idealize_backbone.py
. The current implementation requires a ligand to be in the input. I commented the original lines in the code block and added some modifications to handle the case when there is no ligand (see below). Do my modifications seem reasonable, and is this use case supported?Another issue that I ran into was during binder design (PPI) with RFD-AA, the generated design seems to just be the same target protein given as input. The command I ran is:
Is this use case supported as well? If so, what might be the cause of the issue?
The text was updated successfully, but these errors were encountered: