1 2 3 4 5 6 7 8 9 10 11
#ifndef LOAD_INFLUENZA_FAA_H #define LOAD_INFLUENZA_FAA_H #include <hdf5.h> /* * Load the protein sequence data from the NCBI influenza.faa file. */ void load_influenza_faa (hid_t file_id, const char* file_name); #endif // LOAD_INFLUENZA_FAA_H
Copyright © 2009 Don Pellegrino All Rights Reserved.