File tree Expand file tree Collapse file tree
lib/galaxy/jobs/runners/util/job_script Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55_galaxy_setup_environment () {
66 local _use_framework_galaxy=" $1 "
7+ _GALAXY_JOB_HOME_DIR=" $working_directory /home"
8+ _GALAXY_JOB_TMP_DIR=$tmp_dir_creation_statement
79 $env_setup_commands
810 if [ " $GALAXY_LIB " != " None" -a " $_use_framework_galaxy " = " True" ]; then
911 if [ -n " $PYTHONPATH " ]; then
@@ -13,8 +15,6 @@ _galaxy_setup_environment() {
1315 fi
1416 export PYTHONPATH
1517 fi
16- _GALAXY_JOB_HOME_DIR=" $working_directory /home"
17- _GALAXY_JOB_TMP_DIR=$tmp_dir_creation_statement
1818 # These don't get cleaned on a re-run but may in the future.
1919 [ -z " $_GALAXY_JOB_TMP_DIR " -a ! -f " $_GALAXY_JOB_TMP_DIR " ] || mkdir -p " $_GALAXY_JOB_TMP_DIR "
2020 [ -z " $_GALAXY_JOB_HOME_DIR " -a ! -f " $_GALAXY_JOB_HOME_DIR " ] || mkdir -p " $_GALAXY_JOB_HOME_DIR "
You can’t perform that action at this time.
0 commit comments