Commit dfe535f
committed
ingest/ncbi: Add
Allow rules that fetch data to retry in case of network errors.
Allow 5 retries, which is the usual number we use for the
`fetch_ncbi_dataset_package` rule across ingest workflows.¹
Resolves #154
¹ <https://github.com/nextstrain/pathogen-repo-guide/blob/a227dc9485b0291f0d0848168d81a48e15e600ac/ingest/rules/fetch_from_ncbi.smk#L44-L45>retries for rules that fetch data1 parent 7123c75 commit dfe535f
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments