We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d3afa commit b45fc76Copy full SHA for b45fc76
1 file changed
workflow/rules/context.smk
@@ -28,6 +28,7 @@ rule download_context:
28
duplicate_accids = OUTDIR/"context"/"duplicate_accession_ids.txt"
29
log:
30
LOGDIR / "download_context" / "log.txt"
31
+ retries: 2
32
script:
33
"../scripts/download_context.R"
34
0 commit comments