Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ISB2017
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Quang tru HUYNH
ISB2017
Commits
a3950d69
Commit
a3950d69
authored
7 years ago
by
Quang tru HUYNH
Browse files
Options
Downloads
Patches
Plain Diff
July20 aria
parent
710ac75b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ISB2017/installation_notes/bashrc
+19
-2
19 additions, 2 deletions
ISB2017/installation_notes/bashrc
with
19 additions
and
2 deletions
ISB2017/installation_notes/bashrc
+
19
−
2
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)
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment