bilby_pipe.job_creation.dag =========================== .. py:module:: bilby_pipe.job_creation.dag Classes ------- .. autoapisummary:: bilby_pipe.job_creation.dag.Dag Module Contents --------------- .. py:class:: Dag(inputs) Bases: :py:obj:`object` Base Dag object, handles the creation of the DAG structure .. !! processed by numpydoc !! .. py:attribute:: inputs .. py:attribute:: dag_name .. py:attribute:: submit_directory .. py:attribute:: scheduler .. py:attribute:: scheduler_args .. py:attribute:: scheduler_module .. py:attribute:: scheduler_env .. py:attribute:: scheduler_analysis_time .. py:method:: setup_pycondor_dag() .. py:method:: build() .. py:method:: build_pycondor_dag() Build the pycondor dag, optionally submit them if requested .. !! processed by numpydoc !! .. py:method:: build_slurm_submit() Build slurm submission scripts .. !! processed by numpydoc !! .. py:method:: write_bash_script() Write the dag to a bash script for command line running .. !! processed by numpydoc !! .. py:property:: bash_file