summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/assign_protein_type.c8
-rw-r--r--src/assign_protein_type.h12
2 files changed, 20 insertions, 0 deletions
diff --git a/src/assign_protein_type.h b/src/assign_protein_type.h
new file mode 100644
index 0000000..312b774
--- a/dev/null
+++ b/src/assign_protein_type.h
@@ -0,0 +1,12 @@
+#ifndef ASSIGN_PROTEIN_TYPE_H
+#define ASSIGN_PROTEIN_TYPE_H
+
+#include <hdf5.h>
+
+/*
+ * Determine the protein type for each protein sequence record.
+ */
+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.