BioHDF version 0.3 alpha
Scalable NGS Data Storage Based on HDF5
|
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. |
BioHDF group manipulation functions and data structures.
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.
f | The BioHDF file in which to create the group. |
path | The path to the group (including the new group). |
CHECK*PARAMETERS
CODE
SUCCESS
FAILURE