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

HETATM cleanup #39

Open
amelie-stein opened this issue Dec 21, 2020 · 0 comments
Open

HETATM cleanup #39

amelie-stein opened this issue Dec 21, 2020 · 0 comments
Labels
enhancement New feature or request wishlist

Comments

@amelie-stein
Copy link
Contributor

The current version seems to remove

  • MSEs, which Rosetta can deal with just fine
  • the backbone N of the next residue after a HETATM, leading to Rosetta kicking out that entire residue
    This should be fixed. One option might be to simply run
    /path/to/rosetta/source/bin/score.linuxgccrelease -s 1PGA.pdb -out::output
    either before or instead of the cleanup script. This will take care of MSE.

In the longer run it may also be relevant to look into post-translationally modified residues, such as p[STY]. If Rosetta can handle them, would we want them in ddG calculations? How would we deal with them on the single-letter level?

@j0kaso j0kaso added enhancement New feature or request wishlist labels Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wishlist
Projects
None yet
Development

No branches or pull requests

2 participants