-
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
To be able to use the tool, the python-tk
or tkinter
package would be required in addition to Python on Linux.
Please sure you have the path to Desmond configured correctly (in general, it looks like $SCHRODINGER=/opt/schrodinger2018-3). You can refer to this guide to make sure the path to Desmond is set correctly.
For systems like Ubuntu, Tkinter can be installed with a Linux terminal online by the following command:
sudo apt-get install python-tk
For Python3 on Ubuntu, the terminal command would be:
sudo apt-get install python3-tk
For CentOS type systems, the installation can be done via:
sudo yum install tkinter
For Python3 on CentOS, the preferable command would be:
sudo yum install python34-tkinter
or
sudo yum install python36u-tkinter
Assuming you have Desmond installed with its default path set correctly.
-
Open a Terminal.
-
Download tma_v1.2.tar.gz from Releases:
wget hhttps://github.com/avimanyu786/TrajectoryMergeAssist/releases/download/v1.2/tma_v1.2.tar.gz
-
Extract the tarball package:
tar -xvzf tma_v1.2.tar.gz
-
Your destination location{installation home} is now
/home/{username}/tma_v1.2
-
Add
{installation home}/bin
to your PATH environment variable by adding a ":".Create a new environment variable:
$TMAPATH=/home/{username}/tma_v1.2/bin
On Ubuntu 14.04 and 16.04, we have tested it by using the
/etc/environment
variable for this step.It is recommended you do a backup of the same before making any changes.
Now you can start TrajectoryMergeAssist from any directory.
-
Restart your Linux session.
-
Now you can launch a terminal and run TrajectoryMergeAssist GUI with the following simple command:
tma
-
Make sure the directory from where you start TMA contains the following required input files and trajectories:
a. The "-out.cms" file
b. The first trajectory directory(ends with "_trj")
c. The second trajectory directory from an extended Desmond MD simulation.
-
It is strongly recommended to work with the above files from a location like:
/home/username/directory/
-
Navigate to the directory on a terminal window and run:
tma
or
tma-py3
-- For Python3 Only -
Select the "-out.cms" file
-
Navigate to the two "_trj" directories
-
The 3 choices will be visible in the background terminal so that the selections can be confirmed.
-
Click on "Merge Trajectories"
-
Wait until the "...Done!" message
-
The new merged trajectory along-with the new "-out.cms" file can be found in the same working directory.