bilby_pipe.job_creation.dag

Classes

Dag

Base Dag object, handles the creation of the DAG structure

Module Contents

class bilby_pipe.job_creation.dag.Dag(inputs)[source]

Bases: object

Base Dag object, handles the creation of the DAG structure

inputs[source]
dag_name[source]
submit_directory[source]
scheduler[source]
scheduler_args[source]
scheduler_module[source]
scheduler_env[source]
scheduler_analysis_time[source]
setup_pycondor_dag()[source]
build()[source]
build_pycondor_dag()[source]

Build the pycondor dag, optionally submit them if requested

build_slurm_submit()[source]

Build slurm submission scripts

write_bash_script()[source]

Write the dag to a bash script for command line running

property bash_file[source]