From 675f19df0aff1ebeaf3cdbfabcb71dd738503d29 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Sun, 24 Jan 2010 06:00:07 +0000 Subject: Commented out loading the BLAST file as thing shouldn't have to be done again. Instead a new updator function will be needed. --- 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. -- cgit v0.8.3.1-22-g547a