Analysis with Nipype: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
(Created page with "'''Nipype is a pipeline configuration tool that controls analysis flow and easily reconfigures for added functionality'''<br> Nipype has strict requirements on inputs and out...") |
No edit summary |
||
Line 13: | Line 13: | ||
# Resting State |
# Resting State |
||
## |
## |
||
SAM input base class used for all of the SAM functions |
|||
Configuration on Biowulf: |
|||
# Set up conda: instructions on NIH HPC - https://hpc.nih.gov/apps/python.html |
|||
# Activate the conda environment and install nipype |
|||
#If you do not know your environment name type: conda env list |
|||
conda activate $ENVIRONMENT_NAME |
|||
conda install -c nipype conda-forge |
Revision as of 19:10, 30 October 2019
Nipype is a pipeline configuration tool that controls analysis flow and easily reconfigures for added functionality
Nipype has strict requirements on inputs and outputs
- InputSpec
- OutputSpec
Preconfigured pipeline templates:
- Epilepsy
- Sam_epi
- Task
- Parsemarks, addmarks, samcov, sam3d, ... stats?
- Resting State
SAM input base class used for all of the SAM functions
Configuration on Biowulf:
- Set up conda: instructions on NIH HPC - https://hpc.nih.gov/apps/python.html
- Activate the conda environment and install nipype
#If you do not know your environment name type: conda env list conda activate $ENVIRONMENT_NAME conda install -c nipype conda-forge