RosettaCommons / RosettaCommons/RFdiffusion

AssertionError: ('B', 1) is not in pdb file!

Open
#290 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
3.1k
Forks
644
PR merge metrics
No merged PRs in 30d

Description

Hello,

I keep trying to run the binder design example: ./scripts/run_inference.py 'contigmap.contigs=[B1-100/0 100-100]' inference.output_prefix=test_outputs/binder_test inference.num_designs=10

But there seems to be an issue with how the PDB files are being read. I keep getting the following error: "AssertionError: ('B', 1) is not in pdb file!". This is irrespective of which PDB file I specify from the 'input_pdbs' folder, or whether I even specify an 'inference.input_pdb' argument at all. Could you please help with this?

Thanks

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the binder design command in scripts/run_inference.py with and without inference.input_pdb, then inspect how PDB files from input_pdbs are read and how chain B residue 1 is looked up. Done means the example runs without the "('B', 1) is not in pdb file!" assertion for the reported inputs.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.