Ejemplo n.º 1
0
 def all_inputfiles(self):
     # we consider all input files, also of not running jobs
     return jobfiles(self.dag.jobs, "input")
Ejemplo n.º 2
0
 def all_inputfiles(self):
     # we consider all input files, also of not running jobs
     return jobfiles(self.dag.jobs, "input")
Ejemplo n.º 3
0
 def all_outputfiles(self):
     # we only look at output files that will be updated
     return jobfiles(self.dag.needrun_jobs(), "output")
Ejemplo n.º 4
0
 def all_outputfiles(self):
     # we only look at output files that will be updated
     return jobfiles(self.dag.needrun_jobs, "output")