summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/aggregator.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/aggregator.c b/src/aggregator.c
index 3bb3572..c789502 100644
--- a/src/aggregator.c
+++ b/src/aggregator.c
@@ -40,26 +40,24 @@ main ()
40 /*40 /*
41 * Load the supplementary protein data file.41 * Load the supplementary protein data file.
42 */42 */
43 /*
44 printf ("Loading \"influenza_aa.dat\" with contents of %s.\n",43 printf ("Loading \"influenza_aa.dat\" with contents of %s.\n",
45 INFLUENZA_AA_DAT);44 INFLUENZA_AA_DAT);
46 load_influenza_aa_dat (file_id, INFLUENZA_AA_DAT);45 load_influenza_aa_dat (file_id, INFLUENZA_AA_DAT);
47 */
4846
49 /*47 /*
50 * Load the FASTA protein sequence data file.48 * Load the FASTA protein sequence data file.
51 */49 */
52 /*
53 printf ("Loading \"influenza.faa\" with contents of %s.\n", INFLUENZA_FAA);50 printf ("Loading \"influenza.faa\" with contents of %s.\n", INFLUENZA_FAA);
54 load_influenza_faa (file_id, INFLUENZA_FAA);51 load_influenza_faa (file_id, INFLUENZA_FAA);
55 */
5652
57 /*53 /*
58 * Load the BLAST scores.54 * Load the BLAST scores.
59 */55 */
56 /*
60 printf ("Loading \"blast\" with contents of %s.\n",57 printf ("Loading \"blast\" with contents of %s.\n",
61 BLASTFILE);58 BLASTFILE);
62 load_blast_scores (file_id, BLASTFILE);59 load_blast_scores (file_id, BLASTFILE);
60 */
6361
64 /*62 /*
65 * Close the HDF5 file.63 * Close the HDF5 file.

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.