Closed ijpulidos closed 2 days ago
From today's call: a fix here would be a check for a ProteinComponent that checks for chain breaks and how to fix it.
@ijpulidos I marked in the PR the code bits, where I think the new features need to be implemented to :) let me know what you think? :) P.s.: I implemented an initial suggestion for splitting the protein chains into components, can you test that one?
Irfan's comments should be addressed, but this PR is not blocking any of Ivan's current work.
Describe the bug When mapping
gufe
protein components that were built using multimeric PDBs, I'm observing that the map is only done to a part of the multimer, apparently only one of the monomers is mapped. I would expectkartograf
to be able to map the components correctly, or complain if it doesn't.To Reproduce
It seems to map only the chain "B" for some reason.
Expected behavior I expect the length of the mapping to be the number of atoms of the protein components minus the mutated ones, which should be just a few of them.
Screenshots
Additional context This would enable handling protein mutations in a more streamlined way. As far as I can tell, the way to do it right now would be to separate each monomer (each chain in the PDBs) to its own component and then mapping those independently, but that can be cumbersome for users.
PDB files to test in the following zip archive: Archive.zip