Hoffman2:Software Tools:HALfpipe: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
(Created page with "== ENIGMA HALfpipe ==")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== ENIGMA HALfpipe ==
== ENIGMA HALfpipe ==
Singularity image for HALfpipe in Hoffman2 is located here
/u/project/CCN/apps/halfpipe/singularity/
The current version is
halfpipe_1.1.1.sif
To use it,
module load singularity
singularity run --no-home --cleanenv --bind /:/ext /u/project/CCN/apps/halfpipe/singularity/halfpipe_1.1.1.sif
* Note: Singularity needs to be run in a work node.
More documents are on its [https://github.com/HALFpipe/HALFpipe Github page]

Latest revision as of 23:06, 17 December 2021

ENIGMA HALfpipe

Singularity image for HALfpipe in Hoffman2 is located here

/u/project/CCN/apps/halfpipe/singularity/

The current version is

halfpipe_1.1.1.sif

To use it,

module load singularity
singularity run --no-home --cleanenv --bind /:/ext /u/project/CCN/apps/halfpipe/singularity/halfpipe_1.1.1.sif 
  • Note: Singularity needs to be run in a work node.

More documents are on its Github page