Difference between revisions of "ANTs"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:BiologyCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|ants}} |{{#vardefine:url|http://stnava.github.io/ANTs/}}...")
 
m (Clarified module load requirements)
 
(2 intermediate revisions by 2 users not shown)
Line 26: Line 26:
 
* gcc/5.2.0
 
* gcc/5.2.0
 
* {{#var:app}}
 
* {{#var:app}}
 +
 +
<pre>
 +
You will need to load all module(s) on any one of the lines below before the "ants/2.2.0" module is available to load.
 +
 +
  gcc/5.2.0
 +
</pre>
 
<!--
 
<!--
 
===Parallel (OpenMP)===
 
===Parallel (OpenMP)===
Line 36: Line 42:
 
-->
 
-->
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 +
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 +
 
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==

Latest revision as of 16:02, 4 April 2022

Description

ants website  

ANTs computes high-dimensional mappings to capture the statistics of brain structure and function. ANTs allows one to organize, visualize and statistically explore large biomedical image sets. ANTs integrates imaging modalities and related information in space and time. ANTs works across species or organ systems with minimal customization.

Required Modules

Serial

  • gcc/5.2.0
  • ants
You will need to load all module(s) on any one of the lines below before the "ants/2.2.0" module is available to load.

  gcc/5.2.0

System Variables

  • HPC_ANTS_DIR - installation directory
  • HPC_ANTS_BIN - executable directory