C: build_ref_db: now adds a comment with the threshold used to build the
DB
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user