aces / Loris-MRI

The set of scripts that preprocess and insert MRI data into the database.
10 stars 50 forks source link

This Readme covers release 26.0.* of the LORIS Imaging Insertion Pipeline for Ubuntu or CentOS systems

This repo accompanies the LORIS neuroimaging data platform main repo, release 24.1.*.
For documentation and detailed setup information, please see the LORIS-MRI documentation for your installed version.

This repo can be installed on the same VM as the main LORIS codebase, or on a different machine such as a designated fileserver where large imaging filesets are to be stored.

System Requirements

On Ubuntu, DICOM toolkit will be installed by the imaging install script (step 4 below). This script will apt-get install dcmtk.

For CentOS: The LORIS wiki Imaging setup page (see Section 1, installing codebase) includes links to older transcripts for CentOS installation and notes on dependencies including DICOM toolkit.

The following installation should be run by the $lorisadmin user. sudo permission is required. See aces/Loris README.md for further information.

Dependencies

General

# ubuntu build essential packages useful for building
sudo apt install build-essential checkinstall cmake

Perl CPAN

Update Perl dependency with:

sudo perl -MCPAN -e shell

# then enter these two commands

cpan[1]> install CPAN
cpan[2]> reload cpan

Installation

1. Create directories and download Loris-MRI code

sudo mkdir -p /data/$projectname
sudo mkdir -p /opt/$projectname/bin/mri
sudo chown -R lorisadmin:lorisadmin /data/$projectname
sudo chown -R lorisadmin:lorisadmin /opt/$projectname
cd /opt/$projectname/bin

Get the code: Download the latest release from the releases page and extract it to /opt/$projectname/bin/mri

2. Install Python 3 with pip and virtualenv

sudo apt install python3 
sudo apt install python3-dev
sudo apt install python3-pip
sudo apt install libmysqlclient-dev
sudo apt install virtualenv

3. Install MINC toolkit from http://bic-mni.github.io/

# deps
sudo apt-get install libc6 libstdc++6 imagemagick perl

# Install required dependencies such as _imagemagick_.
sudo apt-get install libgl1-mesa-glx libglu1-mesa
# main minc lib
sudo dpkg -i minc-toolkit-<version>.deb
# bash
source $mincToolsDirectory/minc-toolkit-config.sh

# tcsh
source $mincToolsDirectory/minc-toolkit-config.csh
sudo dpkg -i bic-mni-models-<version>.deb
sudo dpkg -i beast-library-<version>.deb

# also check they are installed in `/opt/minc/share`

4. Run installer to set up directories, configure environment, install Perl libraries and DICOM toolkit:

cd /opt/$projectname/bin/mri/install/
bash ./imaging_install.sh

You will be asked for the following input:

If the imaging install script reports errors in creating directories (due to /data/ mount permissions), review and manually execute mkdir/chmod/chown commands starting at imaging_install.sh:L97

Note: The installer will allow Apache to write to the /data/ and /opt/ directories by adding user lorisadmin to the Apache linux group. To ensure this change takes effect, log out and log back into your terminal session before running the imaging pipeline. The installer will also set Apache group ownership of certain /data/ and /opt/ subdirectories.

5. HRRT PET

For HRRT PET, install tpcclib. Follow the install instructions.

6. Configure paths and environment

Ensure that /home/lorisadmin/.bashrc includes the statement:

source /opt/$projectname/bin/mri/environment

Then source the .bashrc file.

INSTALLATION COMPLETE!

Please refer to the Install section in the LORIS-MRI documentation for your installed version for: