From f0ff58545552e700310724d6a3a77acb945d8a0b Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sat, 30 Mar 2019 20:52:54 +0100 Subject: [PATCH] Removing trace --- src/build_reference_db.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/build_reference_db.c b/src/build_reference_db.c index 6e3676b..10c735c 100755 --- a/src/build_reference_db.c +++ b/src/build_reference_db.c @@ -102,6 +102,7 @@ int build_reference_db(const char* dms_name, obidebug(1, "\nError allocating memory for the name of the matrix view when building a reference database"); return -1; } + // TODO check and create view name that doesn't already exist matrix_view_name = strcpy(matrix_view_name, o_view_name); strcat(matrix_view_name, "_matrix"); @@ -248,10 +249,6 @@ int build_reference_db(const char* dms_name, return -1; } taxid_lca = lca->taxid; - if (taxid_lca == 2558200) - { - fprintf(stderr, "\ntaxid1 %d, taxid2 %d\n", taxid1, taxid2); - } if (obi_set_int_with_elt_idx_and_col_p_in_view(matrix_with_lca_view, matrix_lca_taxid_column, i, 0, taxid_lca) < 0) { obidebug(1, "\nError writing the last common ancestor of two taxa when building a reference database");