2.2. DATAS#

2.2.1. MD Analysis#

The DATAS module performs graphical and statistical analysis of simulated properties, through a unified interface for the ORCA and GROMACS programs. The module can be run from the main program or directly from the command:

datas ⟨simbox.ext⟩ [⟨-options⟩]

where ext is one of the extensions recognized by Solvate Suite (out [ORCA], or log [GROMACS]), and “-options” a set of the configurations for the simulation execution.

Note

Simply type datas in the terminal and press enter to see the full list of execution options for the module.

To assess the equilibrium, the properties acquired during the simulation can be analyzed with the following basic command structure:

datas ⟨simbox.ext⟩

Properties such as pressure, temperature, density, and potential energy are evaluated graphically and statistically (descriptive statistics include the calculation of standard error, standard deviation and drift of properties; RMSD and RDF analysis are also available).

After a production step, simulation data extraction can be performed with trajectory truncation. Several options are available, including the ability to perform RMSD and RDF analyses of the truncated trajectory. The simplest procedure is to run the command:

datas ⟨simbox.ext⟩ -ext

It is possible to apply a set of filters to the extraction of configurations. For example, it is possible to extract configurations whose pressure is around the target pressure P, within a narrow window of ±D:

datas ⟨simbox.ext⟩ -ext -ptr [P:D]

2.2.2. Execution Options#

datas ⟨file.ext⟩ [-dat [-opt]][-plt [-opt]] [-trj [-opt]]

  -------------------------------------------------------------------------------------------------
     auto : Execute an automated properties extraction from simulation files.                      [-da](●)(■)
          » Description
            Properties extraction + statistical and graphical analysis
          » NOTE: this option is recommended in queue systems.
          + ----------------------------------------------------------
     -dat : Generate a dat file only. [for GMX: -min|-opt|-nvt|-npt]                               [-df](●)(■)
     -cpt : Generate a dat file in compact format.                                                 [-cp](●)(■)
     -dot : Convert dots to commas.                                                                [-dt](●)(■)
     -psa : Performs statistical analysis.                                                         [-ps](●)(■)
     -for : Force new property data extraction.                                                    [-fm](●)(■)
          + ----------------------------------------------------------
     -rms : RMSD analysis for SLT molecular residue (full trajectory).                             [-rs]   (■)
     -rdf : RDF analysis for center of masses of ref SLT and sel SVT residues.                     [-rd]   (■)⁽†⁾
          = [I:J] : RDF analysis for ref SLT/I and sel SVT/J labels.                               [-rd]   (■)
     -pdf : PDF analysis for center of masses of ref SLT and sel SVT residues.                     [-pd](●)(■)⁽‡⁾
          = [I:J] : PDF analysis for ref SLT/I and sel SVT/J indexes.                              [-pd](●)(■)
     -sma : Calculate simple moving average at frequency 5 to the extracted RDF data.              [-sm]   (■)
     -tim = Final simulation interval (in ps) to extract RDF data (def.: 100 ps).                  [-tm]   (■)
     -cnv = Cumulative numerical value to be highlighted in the RDF/PDF analysis.                  [-cv](●)(■)
     -shw : Visualize the performed SMA analysis.                                                  [-sh]   (■)
          + ----------------------------------------------------------
     -plt : Generate graphs for params vs simulation time.                                         [-pl](●)(■)
     -stp : Generate graphs for params vs simulation step.                                         [-st](●)(■)
          + ----------------------------------------------------------
     -trj : Analize the trajectory file.                                                           [-tr](●)(■)
     -ext : Extract a truncated trajectory file.                                                   [-tr](●)(■)
     -ctr = [I:J] : Skip I equilibration steps and extract J production steps.                     [-ct](●)(■)⁽*⁾
     -btr = [B:X] : Select frames from B trajectory blocks into X% final steps.                    [-bt](●)(■)⁽*⁾
     -ptr = [P:D] : Select configurations aroud pressure P with tolerance ±D (in bar).             [-pt]   (■)⁽*⁾
     -prd : Select configuration production steps only and the corresponding properties.           [-pr](●)(■)⁽*⁾
     -grp : Extrac short-ranged non-bonded potential energies.                                     [-gr]   (■)⁽*⁾
     -nbx : Do not make corrections for “fragmented” molecules near the box edges.                 [-nb]   (■)
  -------------------------------------------------------------------------------------------------
  ⁽*⁾ Configurable options in automated mode. (●) ORCA available. (■) GROMACS available.
  ⁽†⁾ RDF = Radial Distribution Function. (from TRJ.XTC file)
  ⁽‡⁾ PDF = Pair Distribution Function.   (from TRY.XYZ file)

2.2.3. Quickstart Examples#