update local folder to match files acctually used

This commit is contained in:
2024-08-26 17:52:43 +02:00
parent cac9c91222
commit d26631afd2
18 changed files with 118 additions and 12 deletions

View File

@@ -16,6 +16,14 @@
# Name the job 'Conda-Test'
#$ -N Conda-Test
# send e-mail after job has finished
# use the -M option to define your e-mail address
# #$ -M my-email@example.org
#$ -m e
# join stdout and stderr in one file
#$ -j y
#############################################################
# initialize conda #
#############################################################