Giter Club home page Giter Club logo

loris-mri's Introduction

System Requirements

  • Perl
  • DICOM toolkit
  • MINC tools

Note: For Ubuntu installations, DICOM toolkit and MINC toolkit are installed by the imaging install script (see step 3 below). This script will apt-get install these packages: minc-tools and dcmtk.

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

Installation

  1. Create directories

    sudo mkdir -p /data/$projectname/bin/mri
    sudo chown -R lorisadmin:lorisadmin /data/$projectname
    cd /data/$projectname/bin
    git clone https://github.com/aces/Loris-MRI.git mri
  2. Install Dicom-archive within the mri/ directory (created by the git clone command):

    cd /data/$projectname/bin/mri/
    git submodule init
    git submodule sync
    git submodule update
  3. Run installer to install MINC & DICOM toolkits, Perl libraries, configure environment, and setup directories:

    cd /data/$projectname/bin/mri/
    ./imaging_install.sh

You will be asked for the following input:

  • What is the database name? $dbname
  • What is the database host? $dbhost
  • What is the MySQL user? $lorisuser
  • What is the MySQL password?
  • What is the Linux user which the installation will be based on? $lorisadmin
  • What is the project name? $projectname
  • What is your email address?
  • What prod file name would you like to use? default: prod [leave blank]
  • Enter the list of Site names (space separated) site1 site2

Ensure that /home/$lorisadmin/.bashrc includes the statements:

source /data/$projectname/bin/mri/environment

Installation complete. For customizations & protocol configurations, see LORIS Imaging Setup Guide.

loris-mri's People

Contributors

mohadesz avatar cmadjar avatar samirdas avatar driusan avatar jkat avatar mathieudesro avatar christinerogers avatar mounasafiharab avatar rathisekaran avatar nicolasbrossard avatar olgatsib avatar liangfu avatar jstirling91 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.