We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcadc15 commit 592ac4dCopy full SHA for 592ac4d
rnaseq_pipeline/tasks.py
@@ -502,8 +502,7 @@ def run(self):
502
output_dir=self.output().path,
503
chemistry=self.chemistry,
504
# TODO: add an avx feature on slurm
505
- scheduler_extra_args=['--constraint', 'thrd64', '--gres=scratch=300G'],
506
- walltime=datetime.timedelta(days=1)
+ scheduler_extra_args=['--constraint', 'thrd64', '--gres=scratch=300G']
507
)
508
509
def output(self):
0 commit comments