You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m experiencing a problem when using ProLIF to analyze interactions between different domains. My system includes one domain with approximately 550 residues. To manage the selection size, I used a command like:
"PROA": "segid PROA and byres (around 11 (segid PROB))"
This limits the selection and it works well, but unfortunately, it doesn’t capture all interface interactions. I verified this by selecting different residues in PROA and found additional interactions that weren’t included in the initial selection.
When I increase the cutoff from 11 to 13 or 15 to capture these missing interactions, the number of atoms increases substantially, leading to a segmentation fault error:
line 30: 261962 Segmentation fault (core dumped)
Could you advise on how to handle this memory issue or suggest alternative approaches to refine the selection without losing critical interactions?