|
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 _BIOH5G_ALLELE_FREQUENCIES_H 00013 #define _BIOH5G_ALLELE_FREQUENCIES_H 00014 00015 00016 /* The name of the attribute which stores the associated alignment hits */ 00017 #define BIOH5G_ALIGNMENTS_PATH_ATTR "ALIGNMENTS_PATH" 00018 00019 00020 #endif
1.7.3