diff --git a/rnaseq_pipeline/sources/sra.py b/rnaseq_pipeline/sources/sra.py index ab77b1b..bdd21cd 100644 --- a/rnaseq_pipeline/sources/sra.py +++ b/rnaseq_pipeline/sources/sra.py @@ -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'))