capreolus.run

Module Contents

Functions

parse_task_string(s)
prepare_task(fullcommand, config)
capreolus.run.logger[source]
capreolus.run.parse_task_string(s)[source]
capreolus.run.prepare_task(fullcommand, config)[source]
capreolus.run.help = Usage: run.py COMMAND [(with CONFIG...)] [options] run.py help [COMMAND] run.py (-h | --help)[source]
Options:
-h –help Print this help message and exit. -l VALUE –loglevel=VALUE Set the log level: DEBUG, INFO, WARNING, ERROR, or CRITICAL. -p VALUE –priority=VALUE Sets the priority for a queued up experiment. No effect without -q flag. -q –queue Only queue this run, do not start it.
Arguments:
COMMAND Name of command to run (see below for list of commands) CONFIG Configuration assignments of the form foo.bar=17
Commands: (TODO expand/generate)
rank.run …description here… rank.describe …description here…
capreolus.run.arguments[source]