Describe the bug
My target protein has a phospho group at position 12. I use its PDB format file as the input. But I got an error like:
ValidationError: 1 validation error for DesignInputSpecification
Value error, [component=A12] Residue A12 not found in atom array. [type=value_error, input_value={'input': '/home/huilinli...lse, atoms=0, tokens=0)}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.13/v/value_error
To Reproduce
Here, I use one of your example CD3e.cif to reproduce this bug:
- open CD3e.cif in PyMol, and save a new file as CD3e.pdb
- .yaml file is
hetatm_test:
input: (path)/CD3e.pdb
contig: 100-110,/0,A1-13
redesign_motif_sidechains: false
is_non_loopy: true
- .sh file is
#!/bin/bash
# activate environment
source ~/miniconda3/etc/profile.d/conda.sh
conda activate RFD3_foundry
export LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
rfd3 design \
out_dir="(path)/test_outputs" \
inputs="(path)/test.yaml" \
n_batches=3 \
diffusion_batch_size=1 \
dump_trajectories=1
I got the error:
ValidationError: 1 validation error for DesignInputSpecification
Value error, [component=A3] Residue A3 not found in atom array. [type=value_error, input_value={'input': '/home/huilinli...lse, atoms=0, tokens=0)}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.13/v/value_error
However, if I use CD3e.cif, RFD3 works.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
CD3e.pdb
Additional context
Add any other details that are useful for understanding the problem here.
Describe the bug
My target protein has a phospho group at position 12. I use its PDB format file as the input. But I got an error like:
To Reproduce
Here, I use one of your example CD3e.cif to reproduce this bug:
I got the error:
However, if I use CD3e.cif, RFD3 works.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
CD3e.pdb
Additional context
Add any other details that are useful for understanding the problem here.