summaryrefslogtreecommitdiffstats
Unidiff
-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 @@
1#ifndef BLAST_SCORES_DATA_INIT_H
2#define BLAST_SCORES_DATA_INIT_H
3
4#include <hdf5.h>
5
6/*
7 * Initialize the structures describing the struct. These descriptive
8 * structures are used by the HDF5 API.
9 */
10void
11blast_scores_data_init (size_t *dst_size, size_t *dst_offset, size_t *dst_sizes,
12 hid_t *field_type);
13
14#endif // BLAST_SCORES_DATA_INIT_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.