C: build_ref_db: now adds a comment with the threshold used to build the

DB
This commit is contained in:
Celine Mercier
2019-08-31 18:29:40 +02:00
parent 7423bacac0
commit 0ee728c4d0
2 changed files with 26 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#define LCA_TAXID_COLUMN_NAME "LCA_TAXID"
#define LCA_TAXID_ARRAY_COLUMN_NAME "LCA_TAXID"
#define LCA_SCORE_ARRAY_COLUMN_NAME "LCA_SCORE"
#define DB_THRESHOLD_KEY_IN_COMMENTS "ref_db_threshold"
/**
@ -28,6 +29,9 @@
*
* Note: The columns where the results are written are automatically named and created.
*
* Note: The threshold used to build the db is saved in the view's comments with the key
* defined by the DB_THRESHOLD_KEY_IN_COMMENTS macro.
*
* @param dms_name The name of the DMS.
* @param refs_view_name The name of the view containing the reference sequences annotated with their taxids.
* @param taxonomy_name The name of the taxonomy stored in the DMS.