Skip to content

Commit f1417a2

Browse files
committed
fix: added deploy_url
1 parent 13b31fa commit f1417a2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

config/config_dresden.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,19 @@ course:
3434
# a condarc file on a cluster, copy and adjust
3535
# for your cluster.
3636
condarcfile: "common/condarc_barnard.tex"
37+
38+
39+
# We provide a common software stack to avoid long
40+
# installation sessions.
41+
softwarepath: "/projects/p_nhr_snakemake/software_stack"
3742
# these are the path names to contain sample data
3843
# see the README for explanations.
39-
pathtosetup: "/projects/p_nhr_snakemake"
40-
pathtosolutions: ""
44+
pathtosetup: "/projects/p_nhr_snakemake/tutorial"
45+
pathtosolutions: "/projects/p_nhr_snakemake/solutions"
4146
# after copying the setup path is:
42-
tutorialpath: "~/tasks/tutorial"
43-
# This is the selected slide to explain the 'Hello World' script
47+
tutorialpath: "~/tasks"
48+
deploy_url: "https://github.com/snakemake-workflows/rna-seq-kallisto-sleuth"
49+
# This is the selected slide to explain the 'Hello World' script
4450
# to introduce SLURM. It requires different account and partition
4551
# settings on every cluster.
4652
hello_world_script: "common/Hello_World_HPC_Barnard.tex"

0 commit comments

Comments
 (0)