Difference between revisions of "BamUtil"

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 40: Line 40:
 
* 1.0.2
 
* 1.0.2
 
<!--Modules-->
 
<!--Modules-->
{{#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}}}}|}}
 
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
 
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->

Revision as of 02:02, 10 August 2012

Description

bamutil website  

Programs that perform operations on SAM/BAM files. All of these programs are built into a single executable, bam.

Tools to Rewrite SAM/BAM Files:

  • convert, writeRegion, splitChromosome, splitBam, trimBam, rgMergeBam, polishBam, findCigars.

Tools to Modify & write SAM/BAM Files:

  • clipOverlap, filter, revert, squeeze

Informational Tools:

  • validate, diff, stats, gapInfo

Tools to Print Information In Readable Format

  • dumpHeader, dumpRefInfo, dumpIndex, readReference

Additional Tools

  • bam2FastQ

Dummy/Example Tools

  • readReference

Available versions

  • 1.0.2

Execution Environment and Modules

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

Get module information for bamutil:

$module spider bamutil

Load the default application module:

$module load bamutil

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

  • HPC_BAMUTIL_DIR - directory where bamutil is located.