-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) /* * Assign protein type values to the sequence records. */ - /* assign_protein_type (file_id); - */ /* * Assign pairwise BLAST scores. |