Skip to content
Snippets Groups Projects
test_install.bash 360 B
Newer Older
#!/bin/bash

set -e

SCRIPT_DIR="$( cd "$(dirname "$0")" ; pwd )"
. "$SCRIPT_DIR/common_functions.bash"

init_temp_dir
init_pulsar
echo "Running pulsar-config with default arguments"
pulsar-config --auto_conda
check_pulsar
init_planemo "demo"
run_planemo --job_config_file "$SCRIPT_DIR/galaxy_job_conf.xml" test_tools/cat.xml
stop_pulsar