Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
data_progs
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CHS
data_progs
Merge requests
!28
Dendro
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Dendro
hinza/data_progs:dendro
into
meteo
Overview
33
Commits
12
Pipelines
0
Changes
2
Merged
Alexander Hinz
requested to merge
hinza/data_progs:dendro
into
meteo
2 years ago
Overview
25
Commits
12
Pipelines
0
Changes
1
Expand
@schaefed
👍
0
👎
0
Merge request reports
Viewing commit
c4802c4a
Prev
Next
Show latest version
1 file
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c4802c4a
Apply 1 suggestion(s) to 1 file(s)
· c4802c4a
David Schäfer
authored
2 years ago
Snakefile
+
7
−
1
Options
@@ -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"
Loading