Difference between revisions of "CAP3"

From UFRC
Jump to navigation Jump to search
m (Text replace - "<!--Location--> {{App_Location|app={{#var:app}}|{{#var:ver}}}}" to "")
m (Text replace - "==Running the application using modules==" to "==Execution Environment and Modules==")
Line 42: Line 42:
 
In addition, pcap binaries are also provided.
 
In addition, pcap binaries are also provided.
 
<!-- -->
 
<!-- -->
{{#if: {{#var: mod}}|==Running the application using modules==
+
{{#if: {{#var: mod}}|==Execution Environment and Modules==
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
 
{{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}
 
* HPC_CAP3_BIN - location of the CAP3 executables directory
 
* HPC_CAP3_BIN - location of the CAP3 executables directory

Revision as of 02:02, 10 August 2012

Description

cap3 website  

CAP3 is a sequence assembly program. See documentation at capdoc site.

Intel processor optimized versions of cap3 and formcon are installed at HPC.

Opteron optimized versions of these binaries are named cap3-opteron and formcon-opteron.

In addition, pcap binaries are also provided.

Execution Environment and Modules

To use cap3 with the environment modules system at HPC the following commands are available:

Get module information for cap3:

$module spider cap3

Load the default application module:

$module load cap3

The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:

  • HPC_CAP3_DIR - directory where cap3 is located.
  • HPC_CAP3_BIN - location of the CAP3 executables directory
  • HPC_CAP3_DOC - location of the CAP3 docs directory
  • HPC_CAP3_EXAMPLE - location of the CAP3 examples directory