Minor fixes

This commit is contained in:
Celine Mercier
2019-08-18 19:45:53 +02:00
parent 66441e0aef
commit 5f20be44b2
3 changed files with 5 additions and 2 deletions

View File

@ -57,6 +57,9 @@
*/
#define TAXID_COLUMN "TAXID" /**< The name of the column containing the taxids. TODO subtype of INT column?
*/
#define MERGED_TAXID_COLUMN "merged_TAXID" /**< The name of the column containing the merged taxids information.
*/ // TODO maybe mix of lower and uppercase == bad
#define ID_PREFIX "seq" /**< The default prefix of sequence identifiers in automatic ID columns.
*/
#define PREDICATE_KEY "predicates" /**< The key used in the json-formatted view comments to store predicates.