update storage provider for snakemake 8
This commit is contained in:
parent
7fa6811760
commit
a429b48874
@ -198,10 +198,9 @@ if config["enable"]["retrieve"]:
|
|||||||
|
|
||||||
rule retrieve_artificial_load_data:
|
rule retrieve_artificial_load_data:
|
||||||
input:
|
input:
|
||||||
HTTP.remote(
|
storage(
|
||||||
"https://zenodo.org/record/7070438/files/demand_hourly.csv",
|
"https://zenodo.org/record/7070438/files/demand_hourly.csv",
|
||||||
keep_local=True,
|
keep_local=True,
|
||||||
static=True,
|
|
||||||
),
|
),
|
||||||
output:
|
output:
|
||||||
"data/load_artificial_raw.csv",
|
"data/load_artificial_raw.csv",
|
||||||
|
Loading…
Reference in New Issue
Block a user