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

Module cWrapper

source code


Author: Michael Imelfort

Copyright: Copyright 2014

License: LGPLv3

Classes [hide private]
  cfuhash_table_t
  RPI
  MI
  BM_mappedRead_C
typedef struct BM_mappedRead {...
  BM_linkInfo_C
typedef struct {...
  BM_linkPair_C
typedef struct {...
  BM_LinkWalker_C
typedef struct {...
  OT
  BM_bamType_C
typedef struct BM_bamType {...
  BM_bamFile_C
typedef struct BM_bamFile {...
  CT
  BM_coverageType_C
typedef struct BM_coverageType {...
  BM_fileInfo_C
typedef struct BM_fileInfo {...
  CWrapper
Multiprocessing can't pickle cTypes pointers and functions.
Functions [hide private]
 
enum(*sequential, **named) source code
 
RPI2Str(rpi)
Convert an RPI into a human readable string
source code
 
MI2Str(mi)
Convert an MI into a human readable string
source code
 
OT2Str(ot)
Convert an orientation type into a human readable string
source code
 
CT2Str(ct)
Convert a CT into a human readable string
source code
Variables [hide private]
  __credits__ = ['Michael Imelfort']
  __maintainer__ = 'Michael Imelfort'
  __email__ = 'mike@mikeimelfort.com'
  RPIConv = {0: 0, 1: 1, 2: 2, 3: 5, 4: 5, 5: 5}
  __package__ = 'bamm'
Function Details [hide private]

RPI2Str(rpi)

source code 
Convert an RPI into a human readable string

Inputs:
 rpi - RPI to convert

Outputs:
 Human readable string

MI2Str(mi)

source code 
Convert an MI into a human readable string

Inputs:
 mi - MI to convert

Outputs:
 Human readable string

OT2Str(ot)

source code 
Convert an orientation type into a human readable string

Inputs:
 ot - OT to convert

Outputs:
 Human readable string

CT2Str(ct)

source code 
Convert a CT into a human readable string

Inputs:
 ct - CT to convert

Outputs:
 Human readable string