IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Utility functions. More...
Utility functions.
Functions | |
def | get_experiment_params |
Imports the configuration file. More... | |
def | vararg_callback |
Snippet from Python website to process multiple values for an option with OptionParser. More... | |
def IMP.EMageFit.utility.get_experiment_params | ( | fn_params | ) |
Imports the configuration file.
fn_params | configuration file |
Definition at line 40 of file utility.py.
def IMP.EMageFit.utility.vararg_callback | ( | option, | |
opt_str, | |||
value, | |||
parser | |||
) |
Snippet from Python website to process multiple values for an option with OptionParser.
Definition at line 9 of file utility.py.