diff --git a/TMA.py b/TMA.py index 83837d7..88a73a2 100644 --- a/TMA.py +++ b/TMA.py @@ -145,6 +145,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))