#ifndef LOAD_BLAST_SCORES_H #define LOAD_BLAST_SCORES_H #include /* * Load the results of a BLAST run into the HDF5 container. */ void load_blast_scores (hid_t file_id, const char *file_name); #endif // LOAD_BLAST_SCORES_H