TrajectoryMergeAssist: A GUI utility to simplify extended molecular dynamics simulations on Desmond and GROMACS

DOI Build Documentation Status Maintenance GitHub contributors GPLv3 license

A python based GUI tool that helps in merging two sequential trajectories on Desmond or GROMACS. This is a very useful tool for Bioinformaticians that makes it easier to work with different trajectories generated via extended molecular dynamics simulations on Desmond and GROMACS.

Key features:

  1. Works with both the latest and older versions of Desmond.
  2. Generates new “-out.cms” file, ready for use in Maestro if Desmond version is 2018.1 or later.
  3. Works with GROMACS “.xtc” files.

Easy Installation

  1. Download the installer.

  2. To install, just use a terminal and run:

    1. chmod +x tma_v2.1-setup.sh
    2. ./tma_v2.1-setup.sh

    The installer will also set the path for you.

  3. Run TrajectoryMergeAssist GUI with the following simple command:

tma

Steps to use TrajectoryMergeAssist

i. Merging Desmond MD trajectories

  1. Make sure you have the following required input files and trajectories:

    1. The “-out.cms” file
    2. The first trajectory directory (name ends with “_trj”)
    3. The second trajectory directory from an extended Desmond MD simulation
  2. It is recommended to work with the above files from a location like:

    /home/username/directory/

  3. Navigate to the directory on a terminal window and run:

    tma

    or

    tma-py3 – For Python3 Only

  4. Select the “-out.cms” file

  5. Navigate to the two trajectory directories ending with “_trj”

  6. The 3 choices will be visible in the background terminal so that the selections can be confirmed.

  7. Click on “Merge Desmond Trajectories”

  8. Wait until the “…Done!” message

  9. The new merged trajectory along-with the new “-out.cms” file can be found in the same working directory

ii. Merging GROMACS MD trajectories

  1. Make sure you have the following required input trajectory files:

    1. The first trajectory file (name ends with “.xtc”)
    2. The second trajectory file from an extended GROMACS MD simulation
  2. It is recommended to work with the above files from a location like:

    /home/username/directory/

  3. Navigate to the directory on a terminal window and run:

    tma

    or

    tma-py3 – For Python3 Only

  4. Choose the two trajectory files ending with “.xtc”

  5. The 2 choices will be visible in the background terminal so that the selections can be confirmed.

  6. Click on “Merge GROMACS Trajectories”

  7. Wait until the “…Done!” message

  8. The new merged trajectory (“.xtc” file) can be found in the same working directory.

Contributions are most welcome for further improvements and including other molecular dynamics formats to make it universal.

Citation DOI

If TrajectoryMergeAssist helped you during your research while managing extended molecular dynamics data, please cite it as:

Bandyopadhyay A. (2018) Improving productivity while managing extensive molecular dynamics simulation data. PeerJ Preprints 6:e26920 https://doi.org/10.7287/peerj.preprints.26920

BibTex:

@article{10.7287/peerj.preprints.26920,
 title = {Improving productivity while managing extensive molecular dynamics simulation data},
 author = {Bandyopadhyay, Avimanyu},
 year = 2018,
 month = may,
 keywords = {molecular dynamics, extended simulations, managing data, python, gui},
 abstract = {
        This paper discusses the difficulties experienced by bioinformaticians while working with extensive data generated from extended molecular dynamics simulations. For better experimental analysis, it often becomes crucial to conduct simulations up to extended periods of time. When with limited resources, running a complete simulation up to a desired length of time can become quite difficult to be performed at one go. So, a new approach is proposed to simplify handling such data for better productivity.
      },
 volume = 6,
 pages = {e26920},
 journal = {PeerJ Preprints},
 issn = {2167-9843},
 url = {https://doi.org/10.7287/peerj.preprints.26920},
 doi = {10.7287/peerj.preprints.26920}
}

Open Source Love forthebadge made-with-python

ForTheBadge built-with-love