Skip to content

CBRAIN plugins code for tasks and viewers related to genetics

Notifications You must be signed in to change notification settings

aces/cbrain-plugins-genetics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository is a package containing a set of plugins for the CBRAIN platform.

Contents of this package

This package provides genetics/genomic tools available in CBRAIN.

How to install this package

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.

1. Installation on the BrainPortal 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-genetics with the content of this repository:
git clone [email protected]:aces/cbrain-plugins-genetics.git
  • Run the following rake task:
rake cbrain:plugins:install:all
  • Restart all the instances of your BrainPortal Rails application.

2. Installation on the Bourreau side:

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 side cbrain_plugins is a symbolic link):
cd /path/to/BrainPortal/cbrain_plugins
  • Clone this repository:
git clone [email protected]:aces/cbrain-plugins-genetics.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).

3. In case of problems during installation

  • Consider running the rake task that cleans all previous installations of tools and userfiles, then trying again the rake tasks mentioned above.
rake cbrain:plugins:clean:all

About

CBRAIN plugins code for tasks and viewers related to genetics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages