-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add residue metadata to SVG tags #54
Conversation
Changed CMakeLists
Merge action_test into master
Added torsion citation
To avoid merge conflicts
To resolve merge conflicts
Looks good, I will test it out properly tomorrow 😀 |
Apologies for causing merge conflicts. I messed up by creating this new branch from When merging these changes, attention needs to be paid to:
After the merge is complete, this branch can be deleted. |
This pull request addresses the following issue: #40
Unfortunately I was not able to integrate these changes with the frontend as I was unable to install
privateer_wasm
, need individual help with that one.Anyway, the residue metadata in SVG tags should appear like this:
Normal glycans(points both to amino acid and individual sugars):
Ligands(notice how the metadata is pointing to the first sugar rather than amino acid):
I think the residue metadata in the following format
chainID="f" resname="NAG" seqnum="1"
should be enough to build a query parameter in Moorhen.Please let me know if you'd like anything adjusted or if this does not work at all :D