Skip to content

Commit

Permalink
Add a 2 hours walltime limit for prefetch tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Jul 12, 2024
1 parent 1a660ed commit 7ba68a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rnaseq_pipeline/sources/sra.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def run(self):
self.output().path,
max_size=65,
scheduler_partition='Wormhole',
metadata=self.metadata)
metadata=self.metadata,
walltime=timedelta(hours=2))

def output(self):
return luigi.LocalTarget(join(self._get_ncbi_public_dir(), 'sra', f'{self.srr}.sra'))
Expand Down

0 comments on commit 7ba68a1

Please sign in to comment.