Difference between revisions of "BamBam"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:Software {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|bambam}} |{{#vardefine:url|http://udall-lab.byu.edu/Research/Software/BamBam.aspx}} <!--CONFIGURATION:...")
 
m (Text replacement - "#uppercase" to "uc")
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]]
+
[[Category:Software]][[Category:Bioinformatics]][[Category:NGS]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|bambam}}
 
|{{#vardefine:app|bambam}}
Line 46: Line 46:
 
-->
 
-->
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
 
<!--Configuration-->
 
<!--Configuration-->
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
Line 81: Line 81:
 
<!--Turn the Table of Contents and Edit paragraph links ON/OFF-->
 
<!--Turn the Table of Contents and Edit paragraph links ON/OFF-->
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__
 +
=Validation=
 +
* Validated 4/5/2018

Revision as of 21:15, 6 December 2019

Description

bambam website  
BamBam - several simple-to-use tools to facilitate NGS analysis

BamBam's goal is to be useful and easy-to-use. The tools in this package try to do things in the simplest way possible and avoid, as much as possible, any special formats. Where a special format is needed, there's a program or script that generates that file format. Run any program or script without arguments to see command-line usage information.

Tools

Bam2Consensus
reports 1 or more consensus sequences for each BAM file provided
CalcMeth
extracts and summarizes methylation values from a BAM file prepared by MethHead
Counter
summarizes the number of reads mapped to each annotated feature, 1 column per BAM
Gapfall
takes 2 BAM files and reports ranges where one of the BAMs has nothing and the other has something
HapHunt
infers haplotypes from a set of BAM files based on K-means clustering
InterSnp
takes 1 or more BAM files and writes out a ".snp" file with a summary of all polymorphic loci
MethHead
converts a BAM file with bisulfite-treated reads in 4 possible orientations to one with only 2 possible orientations (for use with CalcMeth)
ModRef
changes the coordinates in a BAM file as if it had been built from a different reference sequence
Pebbles
infers phylogenetic tree using MCMC
PolyCat
see PolyCat.

Required Modules

Serial

  • bambam

System Variables

  • HPC_BAMBAM_DIR - installation directory
  • HPC_BAMBAM_BIN - executable directory





Validation

  • Validated 4/5/2018