update from laptop

This commit is contained in:
Daniel Bauer
2018-09-04 14:39:42 +02:00
parent 73be223cd9
commit a4643f9565
37 changed files with 825 additions and 67 deletions

20
shell/.zshrc_local_t460s Normal file
View File

@@ -0,0 +1,20 @@
source /opt/gromacs-2018.30/bin/GMXRC
# wham
export PATH="/opt/wham/wham:/opt/wham/wham-2d:${PATH}" # binaries
# 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"
alias mountscratch="sshfs bauer@bioinfo4:/scratch ~/scratch"
function cd {
builtin cd "$@"
if [ -d "venv" ] ; then
source venv/bin/activate
fi
}