Difference between revisions of "BamUtil"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
Line 37: Line 37:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
*{{#var:app}}
 
<!--Add additional HPC_FOO_BIN and other ENV VARIABLES below-->
 
 
==System Variables==
 
==System Variables==
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
 
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
Line 76: Line 73:
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 
See the [[{{PAGENAME}}_Install]] page for {{#var: app}} installation notes.|}}
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__
=Validation=
 
* Validated 4/5/2018
 

Revision as of 17:08, 10 June 2022

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

Environment Modules

Run module spider bamutil to find out what environment modules are available for this application.

System Variables

  • HPC_BAMUTIL_DIR - installation directory