From a39f9697beff2278196c873f399467ee618a0f91 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sat, 28 Jul 2018 17:10:11 +0200 Subject: [PATCH] Views: added macro for taxid column name --- src/obiview.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/obiview.h b/src/obiview.h index f5fbddc..05ea843 100644 --- a/src/obiview.h +++ b/src/obiview.h @@ -55,6 +55,8 @@ #define COUNT_COLUMN "COUNT" /**< The name of the column containing the sequence counts * in NUC_SEQS_VIEW views. */ +#define TAXID_COLUMN "TAXID" /**< The name of the column containing the taxids. TODO subtype of INT column? + */ #define ID_PREFIX "seq" /**< The default prefix of sequence identifiers in automatic ID columns. */