Skip to content
Snippets Groups Projects
Commit a3950d69 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

July20 aria

parent 710ac75b
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,27 @@ module use /ISB2017/modulefiles
#source /ISB2017/phenix-1.11.1-2575/phenix_env.sh
#July19 setup (dynamo and matlab)
module add matlab dynamo chimera-1.11.2-linux_x86_64
#module add matlab dynamo chimera-1.11.2-linux_x86_64
# July20 setup (aria)
#
module add anaconda2
export ARIADIR=/ISB2017/Course_material/July20
export ARIA2=$ARIADIR/aria2.3
alias aria2='$ARIADIR/ccpnmr/bin/pythonCcpn -O $ARIA2/aria2.py'
alias analysis='$ARIADIR/ccpnmr/bin/analysis'
ARIAWORKDIR=$HOME/aria
if [ ! -e $ARIAWORKDIR ]; then
mkdir -p $ARIAWORKDIR
tar -C $ARIAWORKDIR -xzf $ARIADIR/example.tgz
tar -C $ARIAWORKDIR -xzf $ARIADIR/advanced.tgz
fi
# July21 setup (nothing: working on windows)
#
......
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