Skip to content

Commit

Permalink
feat: added configuration for github
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Mar 24, 2024
1 parent fb42451 commit 0605d6c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/config_for_github.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
instructor:
name: "N.N."
affiliation: "Snakemake Teaching Alliance"
affiliation2: "" # may be empty

# The configuration for github needs valid file strings!

course:
date: "datestring" # maybe: "\today"
# Editors recommendations are a matter of taste and technological
# setups (e.g. on-demand setups). Hence, specify an editor-slide,
# here:
editorfile: "common/editor_gedit_mainz.tex"
# The next line indicates the slides explaining
# a condarc file on a cluster, copy and adjust
# for your cluster.
condarcfile: "common/condarc_mogon.tex"
# these are the path names to contain sample data
# see the README for explanations.
pathtosetup: "/lustre/project/m2\_jgu-ngstraining/workflows"
pathtosolutions: "/lustre/project/hpckurs/m2\_jgu-ngstraining"
# This is the selected slide to explain the 'Hello World' script
# to introduce SLURM. It requires different account and partition
# settings on every cluster.
hello_world_script: "common/Hello_World_HPC_MogonII.tex"
#

0 comments on commit 0605d6c

Please # to comment.