dina-lab3D / CombFold

Apache License 2.0
74 stars 14 forks source link

Not enough transformations between subunits, there should be one connected component! #15

Open spark159 opened 2 months ago

spark159 commented 2 months ago

Hi, I am trying to assemble the protein complex but the ran was failed.

I just ran two subunit complex for test, so I guess there should be no issue of connectivity since this is just a dimer.

However, the assembly process was failed and output log said that there are not enough transformations between subunits.

I made predicted PDB files from AlphaFold3 servers

Could you help me to figure out what is problem in this run?

I am attaching the input json (for AF3 and CombFold) and CombFold log file here. ATPmodule_example_subunits_AF3_pairs.json ATPmodule_example_subunits_CF.json output.log

And here are output during the run

--- Searching for subunits in supplied PDB files found full ACTB:0-375 in ACTB:0-375_ACTL6A:0-429_model_4.pdb chain A found full ACTL6A:0-429 in ACTB:0-375_ACTL6A:0-429_model_4.pdb chain B found full ACTB:0-375 in ACTB:0-375_ACTL6A:0-429_model_3.pdb chain A found full ACTL6A:0-429 in ACTB:0-375_ACTL6A:0-429_model_3.pdb chain B found full ACTB:0-375 in ACTB:0-375_ACTL6A:0-429_model_2.pdb chain A found full ACTL6A:0-429 in ACTB:0-375_ACTL6A:0-429_model_2.pdb chain B found full ACTB:0-375 in ACTB:0-375_ACTL6A:0-429_model_0.pdb chain A found full ACTL6A:0-429 in ACTB:0-375_ACTL6A:0-429_model_0.pdb chain B found full ACTB:0-375 in ACTB:0-375_ACTL6A:0-429_model_1.pdb chain A found full ACTL6A:0-429 in ACTB:0-375_ACTL6A:0-429_model_1.pdb chain B --- Extracting representative subunits (for each subunit, its best scored model in the PDBs folder) rep ACTB:0-375 has plddt score 92.39168 rep ACTL6A:0-429 has plddt score 90.79522144522144 --- Extracting pairwise transformations between subunits (from each PDB file with 2 or more subunits)

Thanks in advance!!

spark159 commented 2 months ago

I think I found the problem. I have ":" in the chain name which was recognized by program as delimiter.

You can close the issue. Thanks!