Skip to content

Commit

Permalink
Merge branch 'main' into feat/admin_talk
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters authored Jan 23, 2025
2 parents 51cc3d5 + bcaa68f commit 77b22af
Show file tree
Hide file tree
Showing 8 changed files with 378 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/config_Mainz_NHR.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ course:
question: "yes" # if set (to any value) the question slide will be shown
# # at chapters with content. If you do not want it, this
# # should be outcommented.
# If the course requires user login to be set up, this slide set should
# introduce the procedure. If not defined (outcommented) it will be skipped.
# It is placed before introducing Snakemake, because the procedure might require
# synchronization time.
login_slides: "common/login_mogon"
# Editors recommendations are a matter of taste and technological
# setups (e.g. on-demand setups). Hence, specify an editor-slide,
# here:
Expand Down
Binary file added images/humor/2FA.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/login/adding_ssh_keys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/login/ssh_key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/misc/ssh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion render
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def find_and_replace_sections(boundaries, section_estimate, fname):
# first render minitoc
if minitocline:
lower = max((section_estimate - 2), 1) # lower boundary not lower than 1
upper = max(
upper = min(
(section_estimate + 3), boundaries["upper"]
) # upper boundary not higher then upper boundary ;-)
sections = f"{lower}-{upper}"
Expand Down
3 changes: 3 additions & 0 deletions slides/Snakemake_HPC_User_Creator_Combi.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{common/Why_Workflows}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
<+++ if course.login_slides +++>\include{<++course.login_slides++>}<+++endif+++>

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{common/About_Snakemake}

Expand Down
Loading

1 comment on commit 77b22af

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Artifacts

Please sign in to comment.