ab_opt icon indicating copy to clipboard operation
ab_opt copied to clipboard

Official implementation of Generative Diffusion Models for Antibody Design, Docking, and Optimization.

Results 9 ab_opt issues
Sort by recently updated
recently updated
newest added

Hello, I was following the "Pratope-epitope Docking using AbDock" pipeline inside the AbDock folder. When executing the script optimize_ab.py, the following error came up: $ python optimize_ab.py --num_gpus 1 --process_per_gpu...

File "./ab_opt/AbDesign/diffab/models/diff_gnn.py", line 149, in forward hydropathy = batch['hydropathy'][batch['mask']] KeyError: 'hydropathy' also with 'charge' key

Thank you for the execellent work! If I only have the PDB files for the antigen and antibody structures separately, and not the combined structure of the antigen-antibody complex, how...

Hi, thanks for excellent work! I encounted an error when running code 'python design_testset.py', how can I fix it? ``` Traceback (most recent call last): File "/home/disk02/ab_design/miniconda3/envs/diffab/lib/python3.8/site-packages/pandas/core/nanops.py", line 1680, in...

python dock_pdb.py --pdb_path data/examples/7DK2_AB_C.pdb Report this error as follow: [INFO] Renumbered chain A (H) [INFO] Renumbered chain B (K) [INFO] Chain C does not contain valid Fv: Variable chain sequence...

Hello! Thank your for your amazing work! During the execution of the first block of the code, an error 'name 'res' is not defined' occurred. How can I fixed it?

Hello, Could you suggest a way to optimize multiple CDRs? I've tried two options, but I need help to get them to work. 1. --design_contig "95-102" 2. (all) ``` File...

Hello! I used the training and inference scripts and configurations provided, however, when I analyze my results I see that even that the reference and the mutant structure almost overlap,...

Hi, thanks for excellent work! I ran command like this: python design_pdb.py ./data/examples/8X0Y_complex.pdb --config ./configs/test/codesign_single.yml and encountered an error, the result is: --- ┌──────────────────────────────────────────────────────────────────────────────┐ │ PyRosetta-4 │ │ Created in...