Skip to content

Commit 1c63119

Browse files
fix: annotate that datasets are considered to be local files
1 parent 274c253 commit 1c63119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/rules/processing.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule sort_data:
22
input:
3-
lookup("datasets/{dataset}/data", within=config),
3+
local(lookup("datasets/{dataset}/data", within=config)),
44
output:
55
"results/data/{dataset}.sorted.parquet",
66
log:

0 commit comments

Comments
 (0)