shell files updated

This commit is contained in:
Daniel Bauer
2018-09-11 15:45:44 +02:00
parent 75ca67e7b3
commit 4efdda7087
3 changed files with 39 additions and 22 deletions

View File

@@ -0,0 +1,26 @@
# gromacs
if [ -z "$GMXRC" ]; then
GMXRC="/opt/gromacs-2018/bin/GMXRC"
fi
source $GMXRC
export CUDA_HOME=/opt/cuda
# wham
export PATH="/opt/wham/wham:/opt/wham/wham-2d:${PATH}" # binaries
# pymol2
export PATH="/opt/pymol2:$PATH"
# python
PYTHONPATH="$PYTHONPATH:/opt/modeller/modlib:/opt/modeller/lib/x86_64-intel8/python3.3"
export PYTHONPATH
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/modeller/lib/x86_64-intel8"
#backup
#if [[ ! -e /tmp/$(date +%u).sem ]]
#then
# touch /tmp/$(date +%u).sem
# bash ~/.sync_home/sync.sh
#fi