We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524e7b1 commit 9e49bdbCopy full SHA for 9e49bdb
rnaseq_pipeline/sources/sra.py
@@ -47,6 +47,8 @@ class PrefetchSraRun(luigi.Task):
47
"""
48
srr = luigi.Parameter(description='SRA run identifier')
49
50
+ retry_count = 3
51
+
52
@staticmethod
53
def _get_ncbi_public_dir():
54
ret = subprocess.run(['vdb-config', '-p'], stdout=subprocess.PIPE, universal_newlines=True)
0 commit comments