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
is it possible to have a modification that adds an additional bead to the given residue? Eg. if we have a phosphoserine, we can't give a single letter aa code in a fasta file, but could use the -mod flag to change, but this would require us to add a second bead to the side chain in addition to the one that's already there. Ideally we'd have something like:
@csbrasnett in principle it should be possible but there are some caveats. You cannot simply insert a node in a meta-molecule molecule. You'd have to modify the molecule and then rebuild the meta-molecule. But still the new particles would end-up in the end of the itp file unless you reorder the molecule before writing. The GoProcessor in vermouth is an example on how to setup this kind of functionality.
@pckroon how are we doing this in martinize2? I think it is currently not possible.
is it possible to have a modification that adds an additional bead to the given residue? Eg. if we have a phosphoserine, we can't give a single letter aa code in a fasta file, but could use the
-mod
flag to change, but this would require us to add a second bead to the side chain in addition to the one that's already there. Ideally we'd have something like:but I don't think that's what the syntax would look like
The text was updated successfully, but these errors were encountered: