BioHDF version 0.3 alpha
Scalable NGS Data Storage Based on HDF5
Functions
biohdf_group

BioHDF group manipulation functions and data structures. More...

Functions

BIOHDF_API biohdf_error BIOHDFcreate_group (biohdf_file f, const char *path)
 Create a BioHDF group in a file.

Detailed Description

BioHDF group manipulation functions and data structures.


Function Documentation

BIOHDF_API biohdf_error BIOHDFcreate_group ( biohdf_file  f,
const char *  path 
)

Create a BioHDF group in a file.

Creates any non-existing groups in the path.

Parameters:
fThe BioHDF file in which to create the group.
pathThe path to the group (including the new group).
Returns:
BIOHDF_NO_ERROR on success, a BioHDF error code on failure.

CHECK*PARAMETERS

CODE

SUCCESS

FAILURE

 All Data Structures Variables