<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Complex Formation Tutorial</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>Recent changes to Complex Formation Tutorial</description><atom:link href="https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 26 Mar 2014 15:47:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/feed" rel="self" type="application/rss+xml"/><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -1,11 +1,8 @@
-﻿Welcome to the 2nd tutorial of eSBMTools. In this tutorial we'll see how to
-merge 2 proteins and simulate the resulting complex formed. This example merges
-the proteins '1IXM' &amp; '1PEY' to form the protein '1F51'.
+﻿Welcome to the 2nd tutorial of eSBMTools. In this tutorial we'll see how to merge 2 proteins and simulate the resulting complex formed. This example merges the proteins '1IXM' &amp; '1PEY' to form the protein '1F51'.

 ********************************************************************************

-→ To start the tutorial, first run the python script present in the folder using 
-  the following command:
+→ To start the tutorial, first run the python script present in the folder using the following command:

                $&gt; python buildComplex.py

@@ -16,14 +13,11 @@
            -startComplex.gro       -startComplex.top
                -startComplexContacts.top

-→ The next step is to use a custom script to generate a .mdp file for the
-  simulation. To do this, create a new file and copy the following code (which
-  can also be found in workflow.py from the previous example) into the
-  file:
+→ The next step is to use a custom script to generate a .mdp file for the simulation. To do this, create
+  a new file and copy the following code (which can also be found in workflow.py from the previous
+  example) into the file:

-**NOTE** If you are copying the code from workflow.py, make sure you call the
-createDefaultMdp() without any arguments. The default argument for this function
-is the one required for this example.
+**NOTE** If you are copying the code from workflow.py, make sure you call the createDefaultMdp() without any arguments. The default argument for this function is the one required for this example.

 **Code Start**

@@ -33,8 +27,8 @@

      path = os.getcwd() + '/'

-     #we need a file that sets all the parameters of the simulation, this is the mdp
-     #file, in esbm tools we use a dictionary syntax for this
+     #we need a file that sets all the parameters of the simulation, this is the mdp file, in esbm tools
+     #we use a dictionary syntax for this
      mdpDict = MdpFile.createDefaultMdp()

      #change the dictionary entries
@@ -47,24 +41,19 @@

 **Code End**

-  You can name this file custom.py (or anything else you want) and run this
-  script using the following command in the terminal:
+  You can name this file custom.py (or anything else you want) and run this script using the following
+  command in the terminal:

                $&gt; python custom.py

   This will then create the required .mdp file for this simulation.

-**NOTE** Do not copy the MDP file from workflow.py as it contains the graining
-type set to C-alpha instead of All-Atom.
+**NOTE** Do not copy the MDP file from workflow.py as it contains the graining type set to C-alpha instead of All-Atom.

-→ Now that we have the files ready, we can run the simulation as normal. The
-  steps to be followed are exactly the same as in the previous example:
+→ Now that we have the files ready, we can run the simulation as normal. The steps to be followed are
+  exactly the same as in the previous example:

-
-
-
-**NOTE** Replace startxx with the file of your choice. The
-startComplexContacts.top can be used with startComplex.gro
+**NOTE** Replace startxx with the file of your choice. The startComplexContacts.top can be used with startComplex.gro

 → Run the GROMACS preprocessor with the following command:

@@ -83,7 +72,7 @@
                -traj.trr
                -traj.xtc

-→ If all goes well, this is what your trajectory should look like (in PyMol):
+→ If all goes well, this is what your trajectory should look like (in PyMol after coloring, etc.):

 &lt;center&gt;![Unrotated Protein](https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/sc1.png)&lt;/center&gt;

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Wed, 26 Mar 2014 15:47:08 -0000</pubDate><guid>https://sourceforge.net7c5e27703a1d96bc75615d83af230dbdf50dd2f5</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Wed, 26 Mar 2014 15:16:06 -0000</pubDate><guid>https://sourceforge.net1a7799e00a364f75b95b95ed0950d4755dab8127</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -85,11 +85,11 @@

 → If all goes well, this is what your trajectory should look like (in PyMol):

-![Unrotated Protein](https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/sc1.png)
+&lt;center&gt;![Unrotated Protein](https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/sc1.png)&lt;/center&gt;

   And rotating it, we can see the whole structure:

-![Rotated Protein](https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/rot.png)
+&lt;center&gt;![Rotated Protein](https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/rot.png)&lt;/center&gt;

 ********************************************************************************

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Fri, 21 Mar 2014 13:59:11 -0000</pubDate><guid>https://sourceforge.nete06d89807b03c0c3a94f07494bdc2e50c6710e9f</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Thu, 20 Mar 2014 15:12:07 -0000</pubDate><guid>https://sourceforge.net5e7f80ea2d4c3b3326f0df59f8a581e3b56daaec</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -85,11 +85,11 @@

 → If all goes well, this is what your trajectory should look like (in PyMol):

-!(https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/sc1.png)
+![Unrotated Protein](https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/sc1.png)

   And rotating it, we can see the whole structure:

-!(https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/rot.png)
+![Rotated Protein](https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/rot.png)

 ********************************************************************************

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Thu, 20 Mar 2014 13:53:26 -0000</pubDate><guid>https://sourceforge.net9a2136423b4e31424e381c7ca11ab844a8ed8a9e</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -83,6 +83,14 @@
                -traj.trr
                -traj.xtc

+→ If all goes well, this is what your trajectory should look like (in PyMol):
+
+!(https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/sc1.png)
+
+  And rotating it, we can see the whole structure:
+
+!(https://sourceforge.net/p/esbmtools/wiki/Complex%20Formation%20Tutorial/attachment/rot.png)
+
 ********************************************************************************

 To understand the functions used in these files, view the Functions wiki.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Thu, 20 Mar 2014 13:52:35 -0000</pubDate><guid>https://sourceforge.netdb75e131b622b18040fd1d13aa3afacdf1c17fb7</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Thu, 20 Mar 2014 13:50:10 -0000</pubDate><guid>https://sourceforge.net0bdb18f5724fa9cbcaa2ad7d612241e50cef8460</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -85,7 +85,6 @@

 ********************************************************************************

-To understand the functions used in these files, view the Functions wiki
-file.
+To understand the functions used in these files, view the Functions wiki.

 Cheers!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Thu, 20 Mar 2014 13:26:35 -0000</pubDate><guid>https://sourceforge.netf3731564b8356358241dfcc3784c485bfecc9921</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -85,7 +85,7 @@

 ********************************************************************************

-To understand the functions used in these files, view the Functionality.txt
+To understand the functions used in these files, view the Functions wiki
 file.

 Cheers!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Wed, 19 Mar 2014 15:26:21 -0000</pubDate><guid>https://sourceforge.netfef064555c96d782eef7b3ef327af703b20d5f3e</guid></item><item><title>Complex Formation Tutorial modified by Ramneek</title><link>https://sourceforge.net/p/esbmtools/wiki/Complex%2520Formation%2520Tutorial/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;﻿Welcome to the 2nd tutorial of eSBMTools. In this tutorial we'll see how to&lt;br /&gt;
merge 2 proteins and simulate the resulting complex formed. This example merges&lt;br /&gt;
the proteins '1IXM' &amp;amp; '1PEY' to form the protein '1F51'.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;→ To start the tutorial, first run the python script present in the folder using &lt;br /&gt;
  the following command:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;            &lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;buildComplex&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This script generates a number of files:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;        &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;start1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gro&lt;/span&gt;         &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;start1&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;top&lt;/span&gt;
        &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;start2&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gro&lt;/span&gt;         &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;start2&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;top&lt;/span&gt;
        &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;startComplex&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gro&lt;/span&gt;       &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;startComplex&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;top&lt;/span&gt;
            &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;startComplexContacts&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;top&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;→ The next step is to use a custom script to generate a .mdp file for the&lt;br /&gt;
  simulation. To do this, create a new file and copy the following code (which&lt;br /&gt;
  can also be found in workflow.py from the previous example) into the&lt;br /&gt;
  file:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; If you are copying the code from workflow.py, make sure you call the&lt;br /&gt;
createDefaultMdp() without any arguments. The default argument for this function&lt;br /&gt;
is the one required for this example.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Code Start&lt;/strong&gt;&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt; &lt;span class="n"&gt;import&lt;/span&gt; &lt;span class="n"&gt;os&lt;/span&gt;
 &lt;span class="n"&gt;import&lt;/span&gt; &lt;span class="n"&gt;random&lt;/span&gt;
 &lt;span class="n"&gt;from&lt;/span&gt; &lt;span class="n"&gt;eSBMTools&lt;/span&gt; &lt;span class="n"&gt;import&lt;/span&gt; &lt;span class="n"&gt;MdpFile&lt;/span&gt;

 &lt;span class="n"&gt;path&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;os&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;getcwd&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="o"&gt;+&lt;/span&gt; &lt;span class="sc"&gt;'/'&lt;/span&gt;

 &lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="n"&gt;we&lt;/span&gt; &lt;span class="n"&gt;need&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;file&lt;/span&gt; &lt;span class="n"&gt;that&lt;/span&gt; &lt;span class="n"&gt;sets&lt;/span&gt; &lt;span class="n"&gt;all&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;parameters&lt;/span&gt; &lt;span class="n"&gt;of&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;simulation&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;this&lt;/span&gt; &lt;span class="n"&gt;is&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;mdp&lt;/span&gt;
 &lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="n"&gt;file&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;in&lt;/span&gt; &lt;span class="n"&gt;esbm&lt;/span&gt; &lt;span class="n"&gt;tools&lt;/span&gt; &lt;span class="n"&gt;we&lt;/span&gt; &lt;span class="n"&gt;use&lt;/span&gt; &lt;span class="n"&gt;a&lt;/span&gt; &lt;span class="n"&gt;dictionary&lt;/span&gt; &lt;span class="n"&gt;syntax&lt;/span&gt; &lt;span class="k"&gt;for&lt;/span&gt; &lt;span class="n"&gt;this&lt;/span&gt;
 &lt;span class="n"&gt;mdpDict&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;MdpFile&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;createDefaultMdp&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;

 &lt;span class="err"&gt;#&lt;/span&gt;&lt;span class="n"&gt;change&lt;/span&gt; &lt;span class="n"&gt;the&lt;/span&gt; &lt;span class="n"&gt;dictionary&lt;/span&gt; &lt;span class="n"&gt;entries&lt;/span&gt;
 &lt;span class="n"&gt;mdpDict&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;nsteps&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mi"&gt;500000&lt;/span&gt;
 &lt;span class="n"&gt;mdpDict&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;gen_seed&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="n"&gt;random&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;random&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt;
 &lt;span class="n"&gt;mdpDict&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;gen_temp&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mf"&gt;138.0&lt;/span&gt;
 &lt;span class="n"&gt;mdpDict&lt;/span&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="kt"&gt;ref_t&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="mf"&gt;138.0&lt;/span&gt;
 &lt;span class="n"&gt;MdpFile&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;writeMdpFile&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;path&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="n"&gt;md&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;mdp&lt;/span&gt;&lt;span class="err"&gt;'&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;mdpDict&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&lt;strong&gt;Code End&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You can name this file custom.py (or anything else you want) and run this&lt;br /&gt;
  script using the following command in the terminal:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;            &lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;python&lt;/span&gt; &lt;span class="n"&gt;custom&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;py&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This will then create the required .mdp file for this simulation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; Do not copy the MDP file from workflow.py as it contains the graining&lt;br /&gt;
type set to C-alpha instead of All-Atom.&lt;/p&gt;
&lt;p&gt;→ Now that we have the files ready, we can run the simulation as normal. The&lt;br /&gt;
  steps to be followed are exactly the same as in the previous example:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt; Replace startxx with the file of your choice. The&lt;br /&gt;
startComplexContacts.top can be used with startComplex.gro&lt;/p&gt;
&lt;p&gt;→ Run the GROMACS preprocessor with the following command:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;grompp&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;f&lt;/span&gt; &lt;span class="n"&gt;md&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;mdp&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="n"&gt;startxx&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gro&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt; &lt;span class="n"&gt;startxx&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;top&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This will generate the corresponding mdout.mdp and the topol.tpr files.&lt;/p&gt;
&lt;p&gt;→ Finally we run the simulation with the mdrun command as follows:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="err"&gt;$&lt;/span&gt;&lt;span class="o"&gt;&amp;gt;&lt;/span&gt; &lt;span class="n"&gt;mdrun&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;c&lt;/span&gt; &lt;span class="n"&gt;startxx&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;gro&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;This then outputs 4 files:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;            &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;ener&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;edr&lt;/span&gt;
            &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;state&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;cpt&lt;/span&gt;
            &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;traj&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;trr&lt;/span&gt;
            &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;traj&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;xtc&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;hr /&gt;
&lt;p&gt;To understand the functions used in these files, view the Functionality.txt&lt;br /&gt;
file.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ramneek</dc:creator><pubDate>Wed, 19 Mar 2014 15:17:58 -0000</pubDate><guid>https://sourceforge.net0f9f51a46c93707ac3a1042c490393db2761a053</guid></item></channel></rss>