-rw-r--r-- | src/aggregator.c | 33 | ||||
-rw-r--r-- | src/assign/assign_blast_scores.c | 11 | ||||
-rw-r--r-- | src/assign/assign_protein_type.c | 28 | ||||
-rw-r--r-- | src/updator.c | 2 |
4 files changed, 60 insertions, 14 deletions
diff --git a/src/updator.c b/src/updator.c index 0bade65..b443183 100644 --- a/src/updator.c +++ b/src/updator.c | |||
@@ -31,9 +31,7 @@ main (int argc, char **argv) | |||
31 | /* | 31 | /* |
32 | * Assign protein type values to the sequence records. | 32 | * Assign protein type values to the sequence records. |
33 | */ | 33 | */ |
34 | /* | ||
35 | assign_protein_type (file_id); | 34 | assign_protein_type (file_id); |
36 | */ | ||
37 | 35 | ||
38 | /* | 36 | /* |
39 | * Assign pairwise BLAST scores. | 37 | * Assign pairwise BLAST scores. |