Difference between revisions of "Simulations"

From Biowerkzeug Wiki
Jump to: navigation, search
(basic outline of how to run simulations)
 
Line 9: Line 9:
 
# make a working directory
 
# make a working directory
 
# copy your input files (pdb and hippo_input.txt) into the working dir
 
# copy your input files (pdb and hippo_input.txt) into the working dir
# (optional) copy your executable to the dir
+
# copy the hippo data files (<tt>oplsaa_forcefield.dat</tt> and <tt>hippo_protein_database.dat</tt>) into the working dir
 +
# (optional) copy your executable into the working dir
 
# start hippo <pre>hippo</pre>
 
# start hippo <pre>hippo</pre>
 
Hippo will load the pdb, build an internal topology, and then run the simulation. It will inform of its progress and its estimated finishing time.
 
Hippo will load the pdb, build an internal topology, and then run the simulation. It will inform of its progress and its estimated finishing time.

Revision as of 20:13, 18 October 2008

This page should help you running simulations with Hippo.

To run a simulation you will need

  • hippo executable and data files in a directory which we will denote by HIPPO_HOME
  • a pdb file for your system
  • a hippo_input.txt

The standard protocol is:

  1. make a working directory
  2. copy your input files (pdb and hippo_input.txt) into the working dir
  3. copy the hippo data files (oplsaa_forcefield.dat and hippo_protein_database.dat) into the working dir
  4. (optional) copy your executable into the working dir
  5. start hippo
    hippo

Hippo will load the pdb, build an internal topology, and then run the simulation. It will inform of its progress and its estimated finishing time.

If there are problems, look at the log.txt output file.