Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quang tru HUYNH
ISB2017
Commits
a3950d69
Commit
a3950d69
authored
Jul 19, 2017
by
Quang tru HUYNH
Browse files
July20 aria
parent
710ac75b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ISB2017/installation_notes/bashrc
View file @
a3950d69
...
...
@@ -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)
#
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment