Difference between revisions of "Bamtools"

From UFRC
Jump to navigation Jump to search
m (Text replace - "==Available versions== (.*)+ <!-- -->" to "<!--Modules-->")
m (Text replace - "Usage policy" to "Usage Policy")
Line 49: Line 49:
 
{{#if: {{#var: pbs}}|==PBS Script Examples==
 
{{#if: {{#var: pbs}}|==PBS Script Examples==
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
 
See the [[{{PAGENAME}}_PBS]] page for {{#var: app}} PBS script examples.|}}
{{#if: {{#var: policy}}|==Usage policy==
+
{{#if: {{#var: policy}}|==Usage Policy==
 
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}}
 
WRITE USAGE POLICY HERE (perhaps templates for a couple of main licensing schemes can be used)|}}
 
{{#if: {{#var: testing}}|==Performance==
 
{{#if: {{#var: testing}}|==Performance==

Revision as of 16:29, 10 August 2012

Description

bamtools website  

BamTools is a project that provides both a C++ API and a command-line toolkit for reading, writing, and manipulating BAM (genome alignment) files.

Execution Environment and Modules

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

Get module information for bamtools:

$module spider bamtools

Load the default application module:

$module load bamtools

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

  • HPC_BAMTOOLS_DIR - directory where bamtools is located.
  • HPC_BAMTOOLS_BIN - executable directory
  • HPC_BAMTOOLS_INC - includes directory

Additional tools

We also provide small tools that depend on bamtools or are built against it within this module.

  • bamaddrg (2012-01-27 build against bamtools 0.9.4).