Skip to content

Commit

Permalink
Update user_docs.md
Browse files Browse the repository at this point in the history
  • Loading branch information
howff authored Jun 2, 2024
1 parent 88fb3fc commit 292fd48
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion doc/user_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ Your project data will be made available in `/safe_data/2223-0200`

## Access to software

### R and Python

You can write software in R or Python, and you have access to the software
repositories CRAN and PyPi respectively.
repositories CRAN and PyPi respectively, plus Bioconductor.

NOTE: for Python users - the default Python is supplied by Anaconda
(`/usr/local/bin/python`) but this is an old version 3.7. The whole
Expand All @@ -39,3 +41,24 @@ source ~/my_venv/bin/activate
# If you wish to switch to a different one then:
deactivate
```

### FSL

Currently the way to access this is:
```
/safe_data/tmp/fsl/fsl.sh
```

### FreeSurfer

Currently the way to access this is:
```
/safe_data/tmp/freesurfer/freeview.sh
```

### 3D-Slicer

Currently the way to access this is:
```
/safe_data/tmp/Slicer/slicer.sh
```

0 comments on commit 292fd48

Please sign in to comment.