Difference between revisions of "Bamtools"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) |
Moskalenko (talk | contribs) m (Text replace - "{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}" to "{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} ") |
||
Line 31: | Line 31: | ||
<!--Description--> | <!--Description--> | ||
{{#if: {{#var: url}}| | {{#if: {{#var: url}}| | ||
− | {{App_Description|app={{#var:app}}|url={{#var:url}}}}|}} | + | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} |
+ | |||
BamTools is a project that provides both a C++ API and a command-line toolkit for reading, writing, and manipulating BAM (genome alignment) files. | BamTools is a project that provides both a C++ API and a command-line toolkit for reading, writing, and manipulating BAM (genome alignment) files. | ||
<!--Location--> | <!--Location--> |
Revision as of 01:53, 10 August 2012
Description
BamTools is a project that provides both a C++ API and a command-line toolkit for reading, writing, and manipulating BAM (genome alignment) files. Template:App Location
Available versions
- 2.1.0
Running the application using 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).