Bioinformatics ReviewBioinformatics Review
Notification Show More
Font ResizerAa
  •  Home
  • Docking
  • MD Simulation
  • Tools
  • More Topics
    • Softwares
    • Sequence Analysis
    • Algorithms
    • Bioinformatics Programming
    • Bioinformatics Research Updates
    • Drug Discovery
    • Phylogenetics
    • Structural Bioinformatics
    • Editorials
    • Tips & Tricks
    • Bioinformatics News
    • Featured
    • Genomics
    • Bioinformatics Infographics
  • Community
    • BiR-Research Group
    • Community Q&A
    • Ask a question
    • Join Telegram Channel
    • Join Facebook Group
    • Join Reddit Group
    • Subscription Options
    • Become a Patron
    • Write for us
  • About Us
    • About BiR
    • BiR Scope
    • The Team
    • Guidelines for Research Collaboration
    • Feedback
    • Contact Us
    • Recent @ BiR
  • Subscription
  • Account
    • Visit Dashboard
    • Login
Font ResizerAa
Bioinformatics ReviewBioinformatics Review
Search
Have an existing account? Sign In
Follow US
MD SimulationSoftwareTools

How to take snapshots of structure at specific times in GROMACS?

Tariq Abdullah
Last updated: February 28, 2024 9:24 am
Tariq Abdullah
Share
2 Min Read
How to take snapshots of structure at specific times in GROMACS?
SHARE

It is important to see the behavior of protein during an MD simulation. This can be achieved by taking snapshots in the form of PDB format. In this article, we have provided a few commands that you can use to take snapshots of a complete system or protein during MD simulation.

For this purpose, we are going to use the gmx trjconv module of GROAMCS [1]. We will use the .xtc file as input.

$ gmx trjconv -f md_0_1.xtc -s md_0_1.tpr -o snapshot.pdb -dump <time>

For example, if you want to extract a system’s image at 100 ps, then the command will go like this:

$ gmx trjconv -f md_0_1.xtc -s md_0_1.tpr -o snapshot.pdb -dump 100

Choose ‘system’ when prompted or any other appropriate option that you want to take a snapshot of.

If you want to take a snapshot between two times of frames, then use the following command.

$ gmx trjconv -f md_0_1.xtc -s md_0_1.tpr -o snapshots.pdb -b <time of first frame> -e <time of last frame>


References

  1. Abraham, M. J., Murtola, T., Schulz, R., Páll, S., Smith, J. C., Hess, B., & Lindahl, E. (2015). GROMACS: High performance molecular simulations through multi-level parallelism from laptops to supercomputers. SoftwareX, 1, 19-25.
TAGGED:Gromacssnapshotstrajectory
Share This Article
Facebook Copy Link Print
ByTariq Abdullah
Tariq is founder of Bioinformatics Review and Lead Developer at IQL Technologies. His areas of expertise include algorithm design, phylogenetics, MicroArray, Plant Systematics, and genome data analysis. If you have questions, reach out to him via his homepage.
Leave a Comment

Leave a Reply Cancel reply

You must be logged in to post a comment.

Starting in Bioinformatics? Do This First!
Starting in Bioinformatics? Do This First!
Tips & Tricks
[Editorial] Is it ethical to change the order of authors’ names in a manuscript?
Editorial Opinion
Installing bbtools on Ubuntu
[Tutorial] Installing BBTools on Ubuntu (Linux).
Sequence Analysis Software Tools
wes_data_analysis Whole Exome Sequencing (WES) Data visualization Toolkit
wes_data_analysis: Whole Exome Sequencing (WES) Data visualization Toolkit
Bioinformatics Programming GitHub Python

You Might Also Like

Transcriptomic data analysis
SoftwareTranscriptomics

GIANT: A New Tool for Transcriptomic Data Analysis

November 18, 2020
ezmap
SoftwareTools

EzMAP- A New Platform for Microbiome Analysis

April 13, 2021
CoolBox- An open-source toolkit for genomic data visualization
GenomicsSoftwareTools

CoolBox- An open-source toolkit for genomic data visualization

October 25, 2021
Autodock Vina: Uses & Applications
DockingSoftwareTools

Autodock Vina: Uses & Applications

May 12, 2022
Copyright 2024 IQL Technologies
  • Journal
  • Customer Support
  • Contact Us
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Cookie Policy
  • Sitemap
Welcome Back!

Sign in to your account

Username or Email Address
Password

Lost your password?

Not a member? Sign Up