Class for a BayesLine job.
Definition at line 3378 of file lalinference_pipe_utils.py.
Inherits lalinference.lalinference_pipe_utils.LALInferenceDAGSharedFSJob, pipeline.CondorDAGJob, and pipeline.AnalysisJob.
Public Member Functions | |
def | __init__ (self, cp, submitFile, logdir) |
def | __init__ (self, *args, **kwargs) |
![]() | |
def | __init__ (self, cp=None, sharedfs=False, requires_frames=False) |
def | set_x509path (self, path) |
Copy the x509 proxy file to the path given, and use it in the DAG. More... | |
def | add_requirement (self, requirement) |
Add a requirement to the condor submit file. More... | |
def | write_sub_file (self) |
Over-load CondorDAGJob.write_sub_file to write the requirements. More... | |
Additional Inherited Members | |
![]() | |
transfer_files | |
requirements | |
requires_frames | |
x509path | |
osg | |
def lalinference.lalinference_pipe_utils.BayesLineJob.__init__ | ( | self, | |
cp, | |||
submitFile, | |||
logdir | |||
) |
Reimplemented from lalinference.lalinference_pipe_utils.LALInferenceDAGSharedFSJob.
Definition at line 3379 of file lalinference_pipe_utils.py.