Difference between revisions of "BamUtil"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "Category:SoftwareCategory:BioinformaticsCategory:NGS {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|bamutil}} |{{#vardefine:url|http://genome.sph.umich.edu/wiki/B...") |
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 19: | Line 19: | ||
<!--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}}}}|}} |
+ | |||
Programs that perform operations on SAM/BAM files. All of these programs are built into a single executable, bam. | Programs that perform operations on SAM/BAM files. All of these programs are built into a single executable, bam. | ||
Revision as of 01:53, 10 August 2012
Description
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
Running the application using 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.