| Home | Trees | Indices | Help | 
|---|
|  | 
   object --+        
            |        
    ??._CData --+    
                |    
_ctypes.Structure --+
                    |
                   BM_mappedRead_C
typedef struct BM_mappedRead {
    char * seqId,
    char * seq,
    char * qual,
    uint16_t idLen,
    uint16_t seqLen,
    uint16_t qualLen,
    uint8_t rpi,
    uint8_t mi,
    uint16_t group,
    BM_mappedRead * nextRead,
    BM_mappedRead * partnerRead,
    BM_mappedRead * nextPrintingRead
} BM_mappedRead;
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| _fields_ =  | |||
| group = <Field type=c_ushort, ofs=32, size=2> | |||
| idLen = <Field type=c_ushort, ofs=24, size=2> | |||
| mi = <Field type=c_ubyte, ofs=31, size=1> | |||
| nextPrintingRead = <Field type=LP_BM_mappedRead_C, ofs=56, siz | |||
| nextRead = <Field type=LP_BM_mappedRead_C, ofs=40, size=8> | |||
| partnerRead = <Field type=LP_BM_mappedRead_C, ofs=48, size=8> | |||
| qual = <Field type=LP_c_char, ofs=16, size=8> | |||
| qualLen = <Field type=c_ushort, ofs=28, size=2> | |||
| rpi = <Field type=c_ubyte, ofs=30, size=1> | |||
| seq = <Field type=LP_c_char, ofs=8, size=8> | |||
| seqId = <Field type=LP_c_char, ofs=0, size=8> | |||
| seqLen = <Field type=c_ushort, ofs=26, size=2> | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| _fields_
 | 
| nextPrintingRead
 | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Tue Feb 17 15:54:06 2015 | http://epydoc.sourceforge.net |