Warning
This document is for an old release of Galaxy. You can alternatively view this page in the latest release if it exists or view the top of the latest release's documentation.
galaxy.tools.expressions package
- galaxy.tools.expressions.do_eval(expression: str, context: MutableMapping)[source]
- galaxy.tools.expressions.write_evalute_script(in_directory)[source]
Responsible for writing the script that evaluates expressions in Galaxy jobs.
Submodules
galaxy.tools.expressions.evaluation module
- galaxy.tools.expressions.evaluation.do_eval(expression: str, context: MutableMapping)[source]