https://github.com/aces/cbrain-plugins-neuro
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
4 of 25 committers (16.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.1%) to scientific vocabulary
Keywords
Repository
Basic Info
- Host: GitHub
- Owner: aces
- Language: JavaScript
- Default Branch: master
- Size: 4.73 MB
Statistics
- Stars: 5
- Watchers: 13
- Forks: 20
- Open Issues: 61
- Releases: 12
Topics
Metadata Files
README.md
Introduction
This repository is a package containing a set of plugins for the
CBRAIN platform. This repository
supersedes the content of three other packages: cbrain-plugins-freesurfer,
cbrain-plugins-fsl and cbrain-plugins-mni.
Contents of this package
This package provides some tasks and models supporting:
- parts of the FreeSurfer suite.
- parts of the FMRIB Software Library (FSL).
- parts of the MNI tools.
1. Userfile models
For Freesurfer tools:
| Name | Description | |------------------------------|-------------------------------------------------------------------------------------------------| | ReconAllCrossSectionalOutput | Model for recon-all cross sectional output, result of the first step in longitudinal studies | | ReconAllBaseOutput | Model for recon-all unbiased base output, result of the second step in longitudinal studies | | ReconAllLongiOutput | Model for recon-all longitudinal output, result of the third step in longitudinal studies | | ReconAllOutput | Model for recon-all collection (not directly used). All the ReconAll*Output inherits this model | | MghFile | Model for MGH structural files |
For FSL tools:
| Name | Description | |------------------------------|-------------------------------------------------------------------------------------------------| | FslDesignFile | Model for FSL design file | | FslDesignCollection | Model for FSL collection with matrix for FSL randomise | | FslFastOutput | Model for FAST output | | FslFirstOutput | Model for FIRST output | | FslMelodicOutput | Model for MELODIC output | | NiftiFile | Model for NIfTI medical data files | | StructuralNiftiFile | Model for structural NIfTI medical data files | | FunctionalNiftiFile | Model for functional NIfTI medical data files |
For MNI and DICOM tools:
| Name | Description | |------------------------------|-------------------------------------------------------------------------------------------------| | CivetOutput | Model for CIVET outputs | | CivetStudy | Model for several outputs of CIVET | | DicomCollection | Model for a collection of DICOM files | | DicomFile | Model for a DICOM file | | LorisSubject | Model for LORIS subject files | | Minc1File | Model for MINC files in MINC1 format | | Minc2File | Model for MINC files in MINC2 format | | MincCollection | Model for a collection of MINC files | | MincFile | Model for MINC files; superclass of MINC1 and MINC2 |
For BIDS:
| Name | Description | |------------------------------|-------------------------------------------------------------------------------------------------| | BidsDataset | Model for BIDS dataset
2. CbrainTasks
For Freesurfer tools:
| Name | Description | |---------------|------------------------------------------------------------------------------------------------| | ReconAll | To run recon-all | | ReconAllLongi | To run Longitudinal Stream |
For FSL tools:
| Name | Description | |---------------|------------------------------------------------------------------------------------------------| | FslBedpostx | To run BEDPOSTX | | FslBet | To run BET | | FslFast | To run FAST | | FslFeat | To run FEAT | | FslFirst | To run FIRST | | FslFlirt | To run FLIRT | | FslMelodic | To run MELODIC | | FslProbtrackx | To run PROBTRACKX | | FslRandomise | To run RANDOMISE | | FslAnat | To run FSL-ANAT | | ICA-AROMA | To run ICA-AROMA |
For MNI and DICOM tools:
| Name | Description | |---------------|------------------------------------------------------------------------------------------------| | Civet | To run CIVET pipeline | | CivetCombiner | Combines several CivetOutputs into a single CivetStudy | | CivetQc | To run CIVET QC pipeline on a CivetStudy | | Dcm2mnc | To run dcm2mnc, in order to convert DICOM to MINC | | Dcm2nii | To run dcm2nii, in order to convert DICOM to NIfTI | | MincConvert | To run mincconvert, in order to convert MINC1 to MINC2 or MINC2 to MINC1 | | Mnc2nii | To run mnc2nii, in order to convert MINC to NIfTI | | Nii2mnc | To run nii2mnc, in order to convert NIfTI to MINC | | NuCorrect | To run nucorrect | | MincBet | To run brain extraction tool wrapper |
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_pluginsdirectory under BrainPortal:
bash
cd /path/to/BrainPortal/cbrain_plugins
- Clone this repository. This will create a subdirectory called
cbrain-plugins-neurowith the content of this repository:
bash
git clone git@github.com:aces/cbrain-plugins-neuro.git
- Run the following rake task:
bash
rake cbrain:plugins:install:all
The BIDS dataset viewer requires the
bids-validatorcommand-line tool to be installed on the portal host:- Install
nodejs - Install
bids-validator:bash npm install -g bids-validator
- Install
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_pluginsdirectory under BrainPortal (yes, BrainPortal, because that's where files are installed; on the Bourreau sidecbrain_pluginsis a symbolic link):
bash
cd /path/to/BrainPortal/cbrain_plugins
- Clone this repository:
bash
git clone git@github.com:aces/cbrain-plugins-neuro.git
* Run the following rake task (which is not the same as for
the BrainPortal side):
bash
rake cbrain:plugins:install:plugins
- If you want FSL tools to be parallelized in CBRAIN (limited to FSL Melodic for now), replace the fsl_sub script in your FSL installation with the one in the plugin:
bash
cp cbrain-plugins-neuro/bin/fsl_sub ${FSLDIR}/bin
- 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.
bash
rake cbrain:plugins:clean:all
Owner
- Name: ACElab
- Login: aces
- Kind: organization
- Location: Montreal, Quebec, Canada
- Website: http://mcin.ca/
- Repositories: 75
- Profile: https://github.com/aces
McGill Centre for Integrative Neuroscience (MCIN) - Alan C. Evans, Ph.D., Principal Investigator
GitHub Events
Total
- Issues event: 10
- Watch event: 1
- Issue comment event: 29
- Push event: 23
- Pull request review comment event: 7
- Pull request review event: 7
- Pull request event: 20
- Fork event: 1
Last Year
- Issues event: 10
- Watch event: 1
- Issue comment event: 29
- Push event: 23
- Pull request review comment event: 7
- Pull request review event: 7
- Pull request event: 20
- Fork event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Pierre Rioux | p****x@m****a | 438 |
| Natacha Beck | n****k@g****m | 326 |
| tsherif | t****f@b****7 | 93 |
| Tristan Glatard | t****d@m****a | 91 |
| angela | a****a@b****7 | 28 |
| Tristan A.A | t****g@m****a | 23 |
| glatard | g****d@c****r | 16 |
| Shawn T. Brown | s****n@m****a | 12 |
| nkassis | n****s@b****7 | 9 |
| Darius Valevicius | 8****s | 7 |
| Remi Bernard | r****d@m****a | 6 |
| Serge | s****y@g****m | 5 |
| Andrew Doyle | d****w@g****m | 4 |
| Nicolas Kassis | n****s@g****m | 4 |
| PaulChang04 | 5****4 | 4 |
| mathieu | m****u@b****7 | 4 |
| Ali Khan | a****f | 3 |
| Enning Yang | 3****i | 2 |
| Erin | e****f@g****m | 1 |
| Shawn Brown | s****n@m****a | 1 |
| Tarek Sherif | t****f@d****) | 1 |
| mero | m****o@b****7 | 1 |
| ryan | r****n@b****7 | 1 |
| Raúl RC | r****s | 1 |
| Cécile | c****r@m****a | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 58
- Total pull requests: 79
- Average time to close issues: 10 months
- Average time to close pull requests: 5 days
- Total issue authors: 8
- Total pull request authors: 8
- Average comments per issue: 1.47
- Average comments per pull request: 0.58
- Merged pull requests: 66
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 9
- Pull requests: 21
- Average time to close issues: 8 days
- Average time to close pull requests: 7 days
- Issue authors: 4
- Pull request authors: 3
- Average comments per issue: 0.67
- Average comments per pull request: 0.38
- Merged pull requests: 13
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- glatard (23)
- prioux (22)
- natacha-beck (5)
- Najmahan (3)
- lblewis (2)
- MontrealSergiy (1)
- xmpham (1)
- shots47s (1)
Pull Request Authors
- natacha-beck (41)
- MontrealSergiy (10)
- ttaa9 (8)
- glatard (8)
- prioux (7)
- crocodoyle (2)
- zihuaihuai (2)
- remibernard (1)