Missing commit for build_ref_db: C API file for cython
This commit is contained in:
12
python/obitools3/dms/capi/build_reference_db.pxd
Executable file
12
python/obitools3/dms/capi/build_reference_db.pxd
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#cython: language_level=3
|
||||||
|
|
||||||
|
|
||||||
|
cdef extern from "build_reference_db.h" nogil:
|
||||||
|
|
||||||
|
int build_reference_db(const char* dms_name,
|
||||||
|
const char* refs_view_name,
|
||||||
|
const char* taxonomy_name,
|
||||||
|
const char* o_view_name,
|
||||||
|
const char* o_view_comments,
|
||||||
|
double threshold)
|
||||||
|
|
Reference in New Issue
Block a user