bilby_pipe.job_creation.slurm

Module containing the tools for outputting slurm submission scripts

Classes

SubmitSLURM

Module Contents

class bilby_pipe.job_creation.slurm.SubmitSLURM(dag)[source]

Bases: object

dag[source]
submit_dir[source]
submit[source]
label[source]
scheduler[source]
scheduler_args[source]
scheduler_module[source]
scheduler_env[source]
scheduler_analysis_time[source]
run_local_generation()[source]
write_master_slurm()[source]

Translate dag content to SLURM script

_write_individual_processes(name, executable, args)[source]
property slurm_master_bash[source]

Create filename for master script

property slurm_id_file[source]

Create the file that should store the slurm ids of the jobs

static _output_name_from_dag(extra_lines)[source]