rapids/rules/preprocessing.snakefile

9 lines
201 B
Plaintext
Raw Normal View History

2019-10-24 18:11:24 +02:00
rule download_dataset:
input:
"data/external/{pid}"
params:
group="AAPECS"
output:
"data/raw/{pid}/{sensor}.csv"
script:
"../src/data/download_dataset.R"