summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--configure.ac20
-rw-r--r--src/Makefile.am6
-rw-r--r--src/aggregator.c14
-rw-r--r--src/assign_protein_type.c72
-rw-r--r--src/assign_protein_type.h6
-rw-r--r--src/check_error.c14
-rw-r--r--src/check_error.h11
-rw-r--r--src/check_h5_error.c12
-rw-r--r--src/check_h5_error.h12
-rw-r--r--src/check_ncbi_error.c13
-rw-r--r--src/check_ncbi_error.h13
-rw-r--r--src/load_influenza_aa_dat.c31
12 files changed, 211 insertions, 13 deletions
diff --git a/src/check_ncbi_error.c b/src/check_ncbi_error.c
new file mode 100644
index 0000000..3caa7a9
--- a/dev/null
+++ b/src/check_ncbi_error.c
@@ -0,0 +1,13 @@
1#include "check_ncbi_error.h"
2
3void
4check_ncbi_error (ValNodePtr error_returns,
5 const char* filename,
6 unsigned int linenum)
7{
8 error_at_line (EXIT_FAILURE, 0, filename, linenum,
9 "An error has been reported by the NCBI Toolkit API: %s",
10 BlastErrorToString (error_returns));
11
12 return;
13}

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.