File: build_reference_db.pxd

package info (click to toggle)
obitools 3.0.1~b26%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 26,756 kB
  • sloc: ansic: 24,299; python: 657; sh: 27; makefile: 21
file content (12 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
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)