Add mmCIF output to restype_converter#540
Open
roccomoretti wants to merge 7 commits intoRosettaCommons:mainfrom
Open
Add mmCIF output to restype_converter#540roccomoretti wants to merge 7 commits intoRosettaCommons:mainfrom
roccomoretti wants to merge 7 commits intoRosettaCommons:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@bcov77 was asking about file output formats which effectively embed the params file definitions of non-standard residues. Theoretically mmCIF format can handle this, though we don't currently have support for that.
This PR is a step in that direction, adding an mmCIF output writer for small molecule information. The outputs should adhere to the the CCD format, as well as the format of small molecule information embedded within the wwPDB mmCIF files.
It doesn't contain all the relevant Rosetta information for fully round-tripping params files, but it should contain the major atom/bond features. Additionally, right now this is only hooked into the
restype_converterapplication, though it should be possible to later integrate it with the general mmCIF structure output.