#ifndef ASSIGN_PROTEIN_TYPE_H #define ASSIGN_PROTEIN_TYPE_H #include /* * Determine the protein type for each protein sequence record. */ void assign_protein_type (hid_t file_id); #endif // ASSIGN_PROTEIN_TYPE_H