Skip to content

Commit

Permalink
Memory statement and cd both before instrument_pre_commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed May 7, 2018
1 parent fb291eb commit 765a834
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,9 +33,9 @@ PRESERVE_GALAXY_ENVIRONMENT="$preserve_python_environment"
GALAXY_LIB="$galaxy_lib"
_galaxy_setup_environment "$PRESERVE_GALAXY_ENVIRONMENT"
GALAXY_PYTHON=`command -v python`
$instrument_pre_commands
cd $working_directory
$memory_statement
$instrument_pre_commands
$command
echo $? > $exit_code_path
$instrument_post_commands

0 comments on commit 765a834

Please sign in to comment.