ecoli.analysis.causality_network.buildCausalityNetwork
Builds causality network for a given variant of a given sim.
Run with ‘-h’ for command line help.
- class ecoli.analysis.causality_network.buildCausalityNetwork.BuildCausalityNetwork[source]
Bases:
object
Builds and runs a causality network for a given sim.
- description()[source]
Describe the command line program. This defaults to the class name.
- Return type:
- help()[source]
Return help text for the Command Line Interface. This defaults to a string constructed around self.description().
- Return type:
- parse_args()[source]
Parse the command line args: Construct an ArgumentParser, call define_parameters() to define parameters including subclass-specific parameters, use it to parse the command line into an argparse.Namespace, and return that.
(A Namespace is an object with attributes and some methods like __repr__() and __eq__(). Call vars(args) to turn it into a dict.)
- Return type: