added TAXID_COLUMN to C API declarations for Cython
This commit is contained in:
@ -25,6 +25,7 @@ cdef extern from "obiview.h" nogil:
|
||||
extern const_char_p DEFINITION_COLUMN
|
||||
extern const_char_p QUALITY_COLUMN
|
||||
extern const_char_p COUNT_COLUMN
|
||||
extern const_char_p TAXID_COLUMN
|
||||
|
||||
struct Alias_column_pair_t :
|
||||
Column_reference_t column_refs
|
||||
|
Reference in New Issue
Block a user