-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Description:
The current implementation of DiffPack does not allow for the determination of side chain atom positions starting from a backbone structure if no initial coordinates for the side chain atoms are provided.
Expected Behavior:
It should be possible to generate or predict reasonable side chain conformations based solely on the backbone coordinates, even when initial side chain atom positions are missing.
Actual Behavior:
If the input structure contains only backbone atoms (N, CA, C, O), foo cannot generate or assign positions for the side chain atoms. This limits its usefulness for building or refining protein models from backbone-only data.
Steps to Reproduce:
Provide a PDB file with only backbone atoms for a polypeptide chain.
Run DiffPack to attempt to generate the full structure.
Observe that side chain atoms are missing or not positioned.
Environment:
config file is attached in the current issue
Additional comment:
this limitation seems to be unaddressed in both the paper and the documentation, and it greatly restricts the software’s scope of application in scenarios where only backbone coordinates are available.