pimlico.cli.locations module

class InputsCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'inputs'
command_help = 'Show the locations of the inputs of a given module. If the input datasets are available, their actual location is shown. Otherwise, all directories in which the data is being checked for are shown'
command_desc = 'Show the (expected) locations of the inputs of a given module'
add_arguments(parser)[source]
run_command(pipeline, opts)[source]
class OutputCmd[source]

Bases: pimlico.cli.subcommands.PimlicoCLISubcommand

command_name = 'output'
command_help = "Show the location where the given module's output data will be (or has been) stored"
add_arguments(parser)[source]
run_command(pipeline, opts)[source]