IMP logo
Systems index

A biological system should have each of a several scripts

The scripts for a given iteration must have completed before the scripts for the next iteration may be run (although some applications will include intermediate data, allowing users to avoid running all the scripts in order).

A biological system can be marked as testable meaning that it can be run with only partial sampling by using the "--test" argument.

Also, a biological system can be marked as parallelizeable which means that, given sample_0.py, sample_1.py and analyze_0.py exist, the following will work work (from any directory):

An application can also contain an local module in a directory called "local". The module will be named "system_name_local" where "system_name" is the name of the system in question.

The names of the directories where to look for inputs and outputs can be specified for each of the script. By default, data is found in a directory called "data" in the directory containing the scripts. The output for sample_i.py is sample_i in the current directory. The input for sample_i.py for i>0 is sample_{i-1}. The input for analyze_0.py is the last sample output and the output is analyzed_0 (and accordingly for later analyze scripts).

The IMP::system module provides support for writing biological system scripts.


Generated on Tue May 22 2012 23:33:23 for IMP by doxygen 1.8.1