module Main: sig end
Entry-point for the single-cell standalone executable.
val all_options : (string * Arg.spec * string) list
Argument parsing stuff
val anonymous : string -> 'a
val usage : string
val argparse : unit -> unit
This is the Main module for the single cell test executable, which
is the simplest of the Monod executables. It was created as the first
Monod prototype. As with all Main modules, it does not contain any
definitions visible from other parts of the code.