1 2 3 4 5 6 7 8 9 10 11 12
#ifndef LOAD_FEATURES_H #define LOAD_FEATURES_H #include <hdf5.h> /* * Load the features and other meta-data pulled from Entrez via eFetch * as XML. */ void load_features (hid_t file_id, const char* file_name); #endif // LOAD_FEATURES_H
Copyright © 2009 Don Pellegrino All Rights Reserved.