Skip to content

Commit b45fc76

Browse files
committed
chore: add context retries
1 parent 25d3afa commit b45fc76

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflow/rules/context.smk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ rule download_context:
2828
duplicate_accids = OUTDIR/"context"/"duplicate_accession_ids.txt"
2929
log:
3030
LOGDIR / "download_context" / "log.txt"
31+
retries: 2
3132
script:
3233
"../scripts/download_context.R"
3334

0 commit comments

Comments
 (0)