Searched refs:HoleXY (Results 1 – 4 of 4) sorted by relevance
/dports/biology/sra-tools/sra-tools-2.11.0/tools/pacbio-load/ |
H A D | pl-zmw.c | 34 init_array_file( &tab->HoleXY ); in zmw_init() 44 free_array_file( &tab->HoleXY ); in zmw_close() 62 rc = open_element( hdf5_dir, &tab->HoleXY, path, "ZMW/HoleXY", in zmw_open() 125 rc = array_file_read_dim2( &tab->HoleXY, pos, &block->HoleXY[0], in zmw_read_block() 160 row->HoleXY[ 0 ] = block->HoleXY[ idx * 2 ]; in zmw_block_row() 161 row->HoleXY[ 1 ] = block->HoleXY[ idx * 2 + 1 ]; in zmw_block_row()
|
H A D | pl-zmw.h | 43 af_data HoleXY; member 56 uint16_t HoleXY[ ZMW_BLOCK_SIZE * 2 ]; member 69 uint16_t HoleXY[ 2 ]; member
|
H A D | pl-consensus.c | 231 &spot->HoleXY, HOLE_XY_BITSIZE, 2, "consensus.HOLE_XY" ); in consensus_load_spot()
|
H A D | pl-sequence.c | 530 &spot->HoleXY, HOLE_XY_BITSIZE, 2, "seq.HOLE_XY" ); in seq_load_spot()
|