summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/load/load_blast_scores.c119
-rw-r--r--src/load/load_blast_scores.h11
-rw-r--r--src/model/blast_scores_data.h21
-rw-r--r--src/model/blast_scores_data_init.c43
-rw-r--r--src/model/blast_scores_data_init.h14
5 files changed, 208 insertions, 0 deletions
diff --git a/src/model/blast_scores_data_init.h b/src/model/blast_scores_data_init.h
new file mode 100644
index 0000000..cae6edd
--- a/dev/null
+++ b/src/model/blast_scores_data_init.h
@@ -0,0 +1,14 @@
+#ifndef BLAST_SCORES_DATA_INIT_H
+#define BLAST_SCORES_DATA_INIT_H
+
+#include <hdf5.h>
+
+/*
+ * Initialize the structures describing the struct. These descriptive
+ * structures are used by the HDF5 API.
+ */
+void
+blast_scores_data_init (size_t *dst_size, size_t *dst_offset, size_t *dst_sizes,
+ hid_t *field_type);
+
+#endif // BLAST_SCORES_DATA_INIT_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.