Skip to content

Commit

Permalink
Increase max SRA size to 100G
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Sep 3, 2024
1 parent 03573a3 commit 67570e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rnaseq_pipeline/sources/sra.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _get_ncbi_public_dir():
def run(self):
yield sratoolkit.Prefetch(self.srr,
self.output().path,
max_size=65,
max_size=100,
scheduler_partition='Wormhole',
metadata=self.metadata,
walltime=timedelta(hours=2))
Expand Down

0 comments on commit 67570e9

Please sign in to comment.