Skip to content

Commit 295f959

Browse files
committed
fix: accounting for updates in barnard and mamba/conda
1 parent 613b926 commit 295f959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup_creators/copy_script_ZIH_Dresden.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
# This script is used to teach on the cluster "Mogon II"
44

5-
CLUSTER_ALIAS="nhr410@login1.barnard.hpc.tu-dresden.de"
5+
CLUSTER_ALIAS="barnard"
66
BASEPATH="/projects/p_nhr_snakemake"
77

88
# creating remote directory:
99
ssh ${CLUSTER_ALIAS} "mkdir -p ${BASEPATH}"
1010

1111
scp condarc_barnard "${CLUSTER_ALIAS}:${BASEPATH}/condarc"
1212
scp get_tutorial.sh "${CLUSTER_ALIAS}:${BASEPATH}/get_tutorial.sh"
13-
scp install_mamba.sh "${CLUSTER_ALIAS}:${BASEPATH}/install_mamba.sh"
13+
scp install_conda.sh "${CLUSTER_ALIAS}:${BASEPATH}/install_conda.sh"
1414
scp environment.yaml "${CLUSTER_ALIAS}:${BASEPATH}/environment.yaml"
1515

1616
rsync -rtlv --chmod=D755 "tutorial" "${CLUSTER_ALIAS}:${BASEPATH}"

0 commit comments

Comments
 (0)