index out of range
Hi developers,
when i use this command: python /home/yanx/Dev/repos/RFDesign/inpainting/inpaint.py --task hal --checkpoint v02 --pdb=/home/yanx/Dev/workdir/XX/RFDesignRes/XX-chainD.pdb --out=/home/yanx/Dev/workdir/XX/RFDesignRes --window D,15,20:D,84,95 --num_designs 1 --inf_method=multi_shot --n_iters 10 --recycle_str_mode both --clamp_1d 0.1 --dump_all
i got the following problem:
Generating design 0 (1 total)...
Traceback (most recent call last):
File "/home/yanx/Dev/repos/RFDesign/inpainting/inpaint.py", line 837, in
I found that just change the chain ID: D to A in the command , "--window A,15,20:A,84,95" and rename the chain ID in PDB file: XX-chainD.pdb from D to A, the original chain ID of this PDB is D
the above problem will be fixed.
If there is any bug in the propose of option "--window" about the chain ID ?
we've made major changes to the inpainting script with a recent update. give the new version a try (there is no longer a window mode, only contig) and see if it works for you