Skip to content

Commit

Permalink
Update TMA_PY3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avimanyu786 authored Feb 21, 2019
1 parent 668ecfa commit eaa1fe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TMA_PY3.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ def MergeGROMACSTrajectories(self):
print("Merging both trajectories into one and generating .xtc...")
print("---------------------------------------------------------")

# For GROMACS 2019.1 http://manual.gromacs.org/current/onlinehelp/gmx-trjcat.html

os.system("gmx trjcat -f %s %s -o NewMergedTrajectory.xtc" % (
xtc1, xtc2))

Expand Down

0 comments on commit eaa1fe2

Please sign in to comment.