#ifndef ASSIGN_BLAST_SCORES_H #define ASSIGN_BLAST_SCORES_H #include /* * Pairwise BLAST of each protein in the NCBI Influenza Sequence * Database against the full database. */ void assign_blast_scores (hid_t file_id); #endif // ASSIGN_BLAST_SCORES_H