Skip to content
Snippets Groups Projects
Commit c4802c4a authored by David Schäfer's avatar David Schäfer Committed by Alexander Hinz
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 9a4cc4d0
No related branches found
No related tags found
3 merge requests!31Dendro,!28Dendro,!23Major rework of the entire pipeline
This commit is part of merge request !28. Comments created here will be created in the context of that merge request.
......@@ -162,7 +162,13 @@ rule quicklook:
shell: "python {pythonflags} -m plotting.do_plot_current_level1_soilnet --fail --station {wildcards.station_key} --ndays 15"
rule calculateDendro:
input: "{path}/{station_key}-{meteo_key}-level2"
input:
"{path}/{station_key}-{meteo_key}-level2",
"{path}/HH-BC1-cache",
"{path}/HH-BC1-cache",
"{path}/HH-BC2-cache",
"{path}/HH-BC3-cache",
"{path}/HH-T5-cache",
output: touch("{path}/{station_key}-derived-dendro")
shell: "python {pythonflags} -m level1.do_dendro_calculation --station HH --device BC1 BC2 BC3 T5 --doall"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment