BioHDF version 0.3 alpha
Scalable NGS Data Storage Based on HDF5
|
00001 /***************************************************************************** 00002 * Copyright by The HDF Group * 00003 * All rights reserved. * 00004 * * 00005 * This file is part of BioHDF. The full BioHDF copyright notice, including * 00006 * terms governing use, modification, and redistribution, is contained in * 00007 * the file COPYING. COPYING can be found at the root of the source code * 00008 * distribution tree. If you do not have access to this file, you may * 00009 * request a copy from help@hdfgroup.org. * 00010 *****************************************************************************/ 00011 00019 #ifndef _BIOHDF_GROUP_H 00020 #define _BIOHDF_GROUP_H 00021 00022 #include "biohdf_api.h" 00023 #include "biohdf_error.h" 00024 #include "biohdf_file.h" 00025 00026 00027 00036 BIOHDF_API biohdf_error 00037 BIOHDFcreate_group(biohdf_file f, 00038 const char *path); 00039 00040 00041 00043 #endif