Difference between revisions of "BamUtil"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) m (Text replace - "{{#if: {{#var: mod}}|==Execution Environment and Modules== {{App_Module|app={{#var:app}}|intel={{#var:intel}}|mpi={{#var:mpi}}}}|}}" to "==Required Modules== modules documentation ===Serial=== *{{#var:app}}") |
Moskalenko (talk | contribs) m (Text replace - "<!--Run-->" to "==System Variables== * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory <!--Run--> ") |
||
Line 42: | Line 42: | ||
*{{#var:app}} | *{{#var:app}} | ||
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | <!--Add additional HPC_FOO_BIN and other ENV VARIABLES below--> | ||
+ | ==System Variables== | ||
+ | * HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory | ||
<!--Run--> | <!--Run--> | ||
+ | |||
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==How To Run== | ||
DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY | DOUBLE_CLICK_TO_WRITE_INSTRUCTIONS_ON_RUNNING_THE_ACTUAL_BINARY |
Revision as of 17:21, 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
Required Modules
Serial
- bamutil
System Variables
- HPC_{{#uppercase:bamutil}}_DIR - installation directory