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 00012 #ifndef _BIOHDF_H 00013 #define _BIOHDF_H 00014 00015 #include "biohdf_api.h" 00016 #include "biohdf_attribute.h" 00017 #include "biohdf_error.h" 00018 #include "biohdf_file.h" 00019 #include "biohdf_group.h" 00020 #include "biohdf_utility.h" 00021 00022 #endif