Hoffman2:Software Tools:HALfpipe: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
 
Line 12: Line 12:


  module load singularity
  module load singularity
  singularity run --no-home --cleanenv /u/project/CCN/apps/halfpipe/singularity/halfpipe_1.1.1.sif
  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.  
* Note: Singularity needs to be run in a work node.  


More documents are on its [https://github.com/HALFpipe/HALFpipe Github page]
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