summaryrefslogtreecommitdiffstats
path: root/src/assign_protein_type.h (plain)
blob: 1dfb8e62674c1368dd405287eed4dd7ddb1a602b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef ASSIGN_PROTEIN_TYPE_H
#define ASSIGN_PROTEIN_TYPE_H

#include <hdf5.h>

/*
 * Determine the protein type for each protein sequence record.  The
 * technique used by NCBI is used here.  A BLAST database of
 * prototypical protein sequences serves as the reference.  Each input
 * sequence is BLASTed against this database.  The first hit is used
 * to assign a protein type to sequence.
 */
void
assign_protein_type (hid_t file_id);

#endif // ASSIGN_PROTEIN_TYPE_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.