Views: added macro for taxid column name

This commit is contained in:
Celine Mercier
2018-07-28 17:10:11 +02:00
parent b98880b7fa
commit a39f9697be

View File

@ -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.
*/