We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613b926 commit 295f959Copy full SHA for 295f959
setup_creators/copy_script_ZIH_Dresden.sh
@@ -2,15 +2,15 @@
2
3
# This script is used to teach on the cluster "Mogon II"
4
5
-CLUSTER_ALIAS="nhr410@login1.barnard.hpc.tu-dresden.de"
+CLUSTER_ALIAS="barnard"
6
BASEPATH="/projects/p_nhr_snakemake"
7
8
# creating remote directory:
9
ssh ${CLUSTER_ALIAS} "mkdir -p ${BASEPATH}"
10
11
scp condarc_barnard "${CLUSTER_ALIAS}:${BASEPATH}/condarc"
12
scp get_tutorial.sh "${CLUSTER_ALIAS}:${BASEPATH}/get_tutorial.sh"
13
-scp install_mamba.sh "${CLUSTER_ALIAS}:${BASEPATH}/install_mamba.sh"
+scp install_conda.sh "${CLUSTER_ALIAS}:${BASEPATH}/install_conda.sh"
14
scp environment.yaml "${CLUSTER_ALIAS}:${BASEPATH}/environment.yaml"
15
16
rsync -rtlv --chmod=D755 "tutorial" "${CLUSTER_ALIAS}:${BASEPATH}"
0 commit comments