Re: [AMBER] Reimaging issues

From: Daniel Roe via AMBER <amber.ambermd.org>
Date: Wed, 7 Dec 2022 10:44:57 -0500

Hi,

Sorry for the delay in replying - I'm quite behind these days.

On Tue, Nov 8, 2022 at 8:36 AM Damiano Spadoni via AMBER
<amber.ambermd.org> wrote:
> My issue comes from the attempts of reimaging the trajectories as I thought water molecules should be included to measure how many of those get into the different pockets. The output coming from my cpptraj script seems to have the water box centred but not the protein, the protein always looks shifted from the centre of the box and there are "cavities" in the water box. My script looks like this:
>
> parm Protein.prmtop
> trajin Protein_md10ns.mdcrd 0 last 50
> unwrap :1-1640                                  #the protein is 1640 amino acid long
> image origin center :1-1640 familiar
> center :1-1640 mass origin
> autoimage
> trajout Reimaged_trajectories.nc netcdf

One issue here is that the 'autoimage' command will essentially wipe
out all the previous image/center/unwrap commands, so I would start
with just 'autoimage'. The seccond issue is that you have a homodimer,
which is a bit more challenging for the 'autoimage' algorithm. Try
specifying 1 or a few residues as the "anchor" point, i.e. the point
you want to see at the center of your system. Say for example the the
active site of one of the monomers is bordered by residue 535. Try
something like:

parm Protein.prmtop
trajin Protein_md10ns.mdcrd
autoimage origin anchor :535
trajout Reimaged.nc

See if that improves things. Hope this helps,

-Dan

>
> Kind regards,
> Damiano
>
>
>
> This message and any attachment are intended solely for the addressee
> and may contain confidential information. If you have received this
> message in error, please contact the sender and delete the email and
> attachment.
>
> Any views or opinions expressed by the author of this email do not
> necessarily reflect the views of the University of Nottingham. Email
> communications with the University of Nottingham may be monitored
> where permitted by law.
>
>
>
>
> _______________________________________________
> AMBER mailing list
> AMBER.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber

_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Wed Dec 07 2022 - 08:00:02 PST
Custom Search