summaryrefslogtreecommitdiffstats
Side-by-side diff
-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 ()
/*
* Load the supplementary protein data file.
*/
- /*
printf ("Loading \"influenza_aa.dat\" with contents of %s.\n",
INFLUENZA_AA_DAT);
load_influenza_aa_dat (file_id, INFLUENZA_AA_DAT);
- */
/*
* Load the FASTA protein sequence data file.
*/
- /*
printf ("Loading \"influenza.faa\" with contents of %s.\n", INFLUENZA_FAA);
load_influenza_faa (file_id, INFLUENZA_FAA);
- */
/*
* Load the BLAST scores.
*/
+ /*
printf ("Loading \"blast\" with contents of %s.\n",
BLASTFILE);
load_blast_scores (file_id, BLASTFILE);
+ */
/*
* Close the HDF5 file.

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.