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