New command and C functions: obi ecotag
This commit is contained in:
14
python/obitools3/dms/capi/obiecotag.pxd
Executable file
14
python/obitools3/dms/capi/obiecotag.pxd
Executable file
@ -0,0 +1,14 @@
|
||||
#cython: language_level=3
|
||||
|
||||
|
||||
cdef extern from "obi_ecotag.h" nogil:
|
||||
|
||||
int obi_ecotag(const char* dms_name,
|
||||
const char* query_view_name,
|
||||
const char* ref_dms_name,
|
||||
const char* ref_view_name,
|
||||
const char* taxo_dms_name,
|
||||
const char* taxonomy_name,
|
||||
const char* output_view_name,
|
||||
const char* output_view_comments,
|
||||
double ecotag_threshold)
|
@ -38,6 +38,7 @@
|
||||
../../../src/obidmscolumn_str.c
|
||||
../../../src/obidmscolumn.c
|
||||
../../../src/obidmscolumndir.c
|
||||
../../../src/obi_ecotag.c
|
||||
../../../src/obierrno.c
|
||||
../../../src/obilittlebigman.c
|
||||
../../../src/obitypes.c
|
||||
|
Reference in New Issue
Block a user