Package bamm :: Module bamMaker
[hide private]
[frames] | no frames]

Module bamMaker

source code


Author: Michael Imelfort, Ben Woodcroft

Copyright: Copyright 2014

License: LGPLv3

Classes [hide private]
  BamScheduler
Class for scheduling making multiple BAM and TAM files
  BamMaker
Class that wraps bwa and samtools.
Functions [hide private]
 
checkForDatabase(databaseBaseName)
Check to see if bwa indexed database is present
source code
Variables [hide private]
  __credits__ = ['Michael Imelfort', 'Ben Woodcroft']
  __maintainer__ = 'Michael Imelfort'
  __email__ = 'mike@mikeimelfort.com'
  __package__ = 'bamm'
Function Details [hide private]

checkForDatabase(databaseBaseName)

source code 
Check to see if bwa indexed database is present

Inputs:
 databaseBaseName - string, full path to the prefix of the DB

Outputs:
 True if database files exists, false otherwise