Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 48: fix residue coordinates by aligning index group #50

Merged
merged 8 commits into from
May 16, 2023

Conversation

BerndDoser
Copy link
Member

If the residue numbering is not continuously the assignment to the atomic coordinates can be challenging. Therefore, it is strongly recommended to use the renumbering feature during the FDA run (https://github.com/HITS-MBM/gromacs-fda#residue-renumbering). If this is not possible, what ever the reason may be, a workaround could be to align the index group.

In the example src/gromacs/gmxana/fda/tests/data/alagly/conf.gro alanine has the residue number 2 and glycine 3. It is possible to add an index group (e.g. C-alpha), which is in alignment to the desired atomic coordinate. Here: Residue 2 is using the coordinate of atom 5 and residue 3 of atom 15, which are the alpha-carbon atoms.

[ C-alpha ]
   1    1    5   15

@BerndDoser BerndDoser merged commit c359ccf into release-2020-fda May 16, 2023
@BerndDoser BerndDoser deleted the issue-48 branch May 16, 2023 14:08
@BerndDoser BerndDoser self-assigned this May 17, 2023
@BerndDoser BerndDoser added this to the 2.11 milestone May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant