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
Heyo!
On the previous implementation of GoMartini, there was a way to obtain a non-production .itp file that contained the Go bonds as harmonic bonds that could be used for visualization. This functionality was lost when we ported it to Martinize. Would be cool to somehow bring it back, as it is a useful tool both for users and eventually for the MAD database.
Have a couple of ideas of how this could be brought back:
Have the Go bonds as harmonic bonds within the protein .itp within a -ifdef statement (?)
Automatically write them in the .pdb file as connect entries (could run into issues if too many connects..)
Both of these could be turned off/on with a flag via martinize cli if we don't want them to be default.
What do you guys think?
The text was updated successfully, but these errors were encountered:
Heyo!
On the previous implementation of GoMartini, there was a way to obtain a non-production
.itp
file that contained the Go bonds as harmonic bonds that could be used for visualization. This functionality was lost when we ported it to Martinize. Would be cool to somehow bring it back, as it is a useful tool both for users and eventually for the MAD database.Have a couple of ideas of how this could be brought back:
.itp
within a-ifdef
statement (?).pdb
file as connect entries (could run into issues if too many connects..)Both of these could be turned off/on with a flag via martinize cli if we don't want them to be default.
What do you guys think?
The text was updated successfully, but these errors were encountered: