This module provides helper functions for biological systems.
See the biological systems page for a more complete description of what an IMP protocol should look like.
Author(s): Daniel Russel
Version: SVN.r14091
License: LGPL. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Publications:
IMP and how to apply them to biological problems.Functions | |
| def | get_data_input_path |
| Get the path where the current script should find data files. | |
| def | get_input_path |
| Get the path where the current script should find output of the last script. | |
| def | get_is_test |
| Return whether this run is called with –test. | |
| def | get_output_path |
| Get the path to where the current script should write output files. | |
| def | get_sample_parameters |
| Return the index and the number of parts to divide the job in to. | |
| def IMP.system.get_data_input_path | ( | name | ) |
Get the path where the current script should find data files.
| def IMP.system.get_input_path | ( | name | ) |
Get the path where the current script should find output of the last script.
| def IMP.system.get_is_test | ( | ) |
Return whether this run is called with –test.
Scripts that use this can't don't expect -j and -n and so an error will be thrown if they are passed.
| def IMP.system.get_output_path | ( | name | ) |
Get the path to where the current script should write output files.
| def IMP.system.get_sample_parameters | ( | ) |
Return the index and the number of parts to divide the job in to.