We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d031262 commit e7a92deCopy full SHA for e7a92de
rnaseq_pipeline/tasks.py
@@ -293,7 +293,7 @@ class AlignSample(ScheduledExternalProgramTask):
293
294
cpus = 8
295
memory = 32
296
- walltime = datetime.timedelta(days=1)
+ walltime = luigi.TimeDeltaParameter(default='1d', significant=False, positional=False)
297
298
# cleanup unused shared memory objects before and after the task is run
299
# FIXME: move this into the configuration
0 commit comments