Skip to content
Snippets Groups Projects
Commit 2903d4d1 authored by Schiffer, Christian's avatar Schiffer, Christian
Browse files

Changed atlas to galaxy

parent 9dc693d9
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,10 @@ module purge
export SOFTWARE_STAGE=2022
export OTHERSTAGES=/p/software/jurecadc/otherstages
export SOFTWARE_DIR=/p/project/cjinm16/schiffer1/software
export SOFTWARE_STAGES_DIR=${SOFTWARE_DIR}/stages/
export SOFTWARE_STAGE_DIR=${SOFTWARE_STAGES_DIR}/${SOFTWARE_STAGE}
export SOFTWARE_STAGE_MODULES=${SOFTWARE_STAGE_DIR}/modules/
source ${HOME}/galaxy/init.sh
export ATLAS_MODULE=atlas
module use $OTHERSTAGES &> /dev/null
module use ${OTHERSTAGES} &> /dev/null
module use ${SOFTWARE_STAGE_MODULES} &> /dev/null
module load ${ATLAS_MODULE}
......
......@@ -5,13 +5,10 @@ module purge
export SOFTWARE_STAGE=2022
export OTHERSTAGES=/p/software/jurecadc/otherstages
export SOFTWARE_DIR=/p/project/cjinm16/schiffer1/software
export SOFTWARE_STAGES_DIR=${SOFTWARE_DIR}/stages/
export SOFTWARE_STAGE_DIR=${SOFTWARE_STAGES_DIR}/${SOFTWARE_STAGE}
export SOFTWARE_STAGE_MODULES=${SOFTWARE_STAGE_DIR}/modules/
source ${HOME}/galaxy/init.sh
export ATLAS_MODULE=atlas
module use $OTHERSTAGES &> /dev/null
module use ${OTHERSTAGES} &> /dev/null
module use ${SOFTWARE_STAGE_MODULES} &> /dev/null
module load ${ATLAS_MODULE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment