Skip to content

Commit 592ac4d

Browse files
committed
Remove the timelimit for CellRanger count
1 parent dcadc15 commit 592ac4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rnaseq_pipeline/tasks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,7 @@ def run(self):
502502
output_dir=self.output().path,
503503
chemistry=self.chemistry,
504504
# TODO: add an avx feature on slurm
505-
scheduler_extra_args=['--constraint', 'thrd64', '--gres=scratch=300G'],
506-
walltime=datetime.timedelta(days=1)
505+
scheduler_extra_args=['--constraint', 'thrd64', '--gres=scratch=300G']
507506
)
508507

509508
def output(self):

0 commit comments

Comments
 (0)