This repository is a package containing a set of plugins for the CBRAIN platform.
This package provides some tasks and models supporting parts of PSOM.
Name | Description |
---|---|
FmriStudy | Superclass of all fMRI study models |
Adhd200FmriStudy | Model for fMRI studies structured according to the conventions used by ADHD |
GobsFmriStudy | Model for fMRI studies structured according to the conventions GOBS |
NiakFmriStudy | Model for fMRI studies structured according to the conventions used by NIAK |
OpenFmriOrgStudy | Model for fMRI studies structured according to the conventions described by OpenfMRI |
XnatFmriStudy | Model for fMRI studies structured according to the conventions described by XNAT |
Name | Description |
---|---|
NiakPipelineFmriPreprocess | A subclass of PsomPipelineLauncher to run NiakPipelineFmriPreprocess |
PsomPipelineLauncher | Generic PSOM pipeline launcher task |
PsomSubtask | Executes a single task inside a PSOM pipeline |
An existing CBRAIN installation is assumed to be operational before proceeding.
This package must be installed once on the BrainPortal side of a CBRAIN installation, and once more on each Bourreau side.
- Go to the
cbrain_plugins
directory under BrainPortal:
cd /path/to/BrainPortal/cbrain_plugins
- Clone this repository. This will create a subdirectory called
cbrain-plugins-fmri-psom
with the content of this repository:
git clone git@github.com:aces/cbrain-plugins-fmri-psom.git
- Run the following rake task:
rake cbrain:plugins:install:all
- Restart all the instances of your BrainPortal Rails application.
Note: If you are using the Bourreau that is installed just
besides your BrainPortal application, you do not need to make
any other installation steps, as they share the content of
the directory cbrain_plugins
through a symbolic link; you
only need to restart your Bourreau server.
- Go to the
cbrain_plugins
directory under BrainPortal (yes, BrainPortal, because that's where files are installed; on the Bourreau sidecbrain_plugins
is a symbolic link):
cd /path/to/BrainPortal/cbrain_plugins
- Clone this repository:
git clone git@github.com:aces/cbrain-plugins-fmri-psom.git
- Run the following rake task (which is not the same as for the BrainPortal side):
rake cbrain:plugins:install:plugins
- Restart your execution server (with the interface, click stop, then start).