= PTBIOPSRV1 =
This is a 48 Core Server *Need more refs*
= Anaconda =
Anaconda is installed as a multiuser environement as suggested by [[ https://groups.google.com/a/continuum.io/d/msg/anaconda/qinxkmvlnSg/tCiE_yvgDAAJ | this post ]], namely
Download latest Anaconda .sh from [[ https://www.continuum.io/downloads | Anaconda ]]
```
sudo su -
adduser anaconda
./path/to/Anaconda-latest.sh -b -p /opt/anaconda
chown -R anaconda:anaconda /opt/anaconda
chmod -R go-w /opt/anaconda
chmod -R go+rX /opt/anaconda
```
Finally, we add `/opt/anaconda/bin` to the path by adding the following line to `/etc/profile`
```
# Add ANACONDA to PATH for all users
export PATH="$PATH:/opt/anaconda/bin"
```
== Within Project Clarity and Snakemake ==
We will make use of Anaconda within the scope of these projects