From: Efthymiou, Christos (christos.dereschuk.20_at_ucl.ac.uk)
Date: Tue Oct 04 2022 - 12:43:17 CDT

I am using VMD 1.9.3 on a Windows 10 computer with 32 GB of RAM.

The command I used for catdcd was: catdcd -o MD_protein.dcd -otype dcd -i indexfile -dcd MD.dcd.

To create the index file, I loaded my PSF and PDB file into VMD and then ran this script from the TK console:

set fp [open indexfile w]
set a [atomselect top "protein"]
puts $fp [$a get index] nonewline
$a delete
close $fp

Please let me know if there is anything I can do to solve this crashing issue.
________________________________
From: Ashar Malik <asharjm_at_gmail.com>
Sent: Tuesday, October 4, 2022 7:47 AM
To: Efthymiou, Christos <christos.dereschuk.20_at_ucl.ac.uk>
Cc: vmd-l_at_ks.uiuc.edu <vmd-l_at_ks.uiuc.edu>
Subject: Re: vmd-l: Maximum Stride Possible for Publishable Results


⚠ Caution: External sender

Please share some more details about the hardware you are using for this work (RAM?).

Additionally what command did you use to desolvate the protein?

Previously I have used catdcd to desolvate entire trajectories and have never had issues.

Perhaps if you share more, someone here might be able to figure something out.



On Tue, Oct 4, 2022 at 3:28 AM Efthymiou, Christos <christos.dereschuk.20_at_ucl.ac.uk<mailto:christos.dereschuk.20_at_ucl.ac.uk>> wrote:
Hi,

I have run some 100 ns simulations and I would like to analyze them with VMD/QwikMD. However, each MD.dcd file is around 45 GB and causes VMD to crash. I have tried using catdcd to remove the water molecules with a stride of 10, but even after running for several hours it does not finish creating the modified file. Is there a maximum stride value that is reasonable for analyzing simulations? I am concerned about setting a stride value that is too high and then the results not being reliable or as detailed as necessary, but I cannot find any information regarding a consensus or a reasonable range of stride values for analysis.

I am also open to any suggestions for analyzing larger simulation files in VMD/QwikMD. Thank you for any input!