Skip to content
Snippets Groups Projects
Unverified Commit d1a8630d authored by Lars Bilke's avatar Lars Bilke
Browse files

[workflow] Added snakemake diagrams.

parent 040621fb
No related branches found
No related tags found
No related merge requests found
Pipeline #27257 passed
## AREHS Snakemake graphs
Created with
```bash
$container=/gnu/store/x6rph22cpyv8iawhi8z8jrnixfxdwqk3-python-pandas-python-ogs6py-squashfs-pack.gz.squashfs
apptainer exec $container snakemake --cores 1 --profile profiles/developer --forceall \
--dag \
results/plot/3D/Salz-Kissen_prism-id_1-xres_400/glacialcycle/simTH/parts_8/{temporal,spatial}/report.pdf \
results/plot/2D/{Ton-Nord,Ton-Sued}_prism-id_{1,2}-xres_200/glacialcycle/simTHM/parts_8/{temporal,spatial}/report.pdf \
results/plot/2D/{Salz-Kissen,Salz-flach,Ton-Nord,Ton-Sued}_prism-id_{1,2}-xres_200/glacialcycle/simT{,H}/{temporal,spatial}/report.pdf \
| dot -Tpdf > arehs_dag_full.pdf
apptainer exec $container snakemake --cores 1 --profile profiles/developer --forceall \
--rulegraph \
results/plot/3D/Salz-Kissen_prism-id_1-xres_400/glacialcycle/simTH/parts_8/{temporal,spatial}/report.pdf \
results/plot/2D/{Ton-Nord,Ton-Sued}_prism-id_{1,2}-xres_200/glacialcycle/simTHM/parts_8/{temporal,spatial}/report.pdf \
results/plot/2D/{Salz-Kissen,Salz-flach,Ton-Nord,Ton-Sued}_prism-id_{1,2}-xres_200/glacialcycle/simT{,H}/{temporal,spatial}/report.pdf \
| dot -Tpdf > arehs_rulegraph_full.pdf
apptainer exec $container snakemake --cores 1 --profile profiles/developer --forceall \
--dag results/plot/3D/Salz-Kissen_prism-id_1-xres_400/glacialcycle/simTH/parts_8/temporal/report.pdf \
| dot -Tpdf > arehs_dag_3d.pdf
```
\ No newline at end of file
File added
File added
File added
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