2017-08-20 18:04:21 +02:00
|
|
|
#cython: language_level=3
|
|
|
|
|
|
|
|
from obitools3.apps.progress cimport ProgressBar # @UnresolvedImport
|
|
|
|
from obitools3.dms.taxo.taxo cimport Taxonomy
|
|
|
|
from obitools3.dms.view.typed_view.view_NUC_SEQS cimport View_NUC_SEQS
|
|
|
|
|
|
|
|
|
2020-05-07 17:05:54 +02:00
|
|
|
cdef merge_taxonomy_classification(View_NUC_SEQS o_view, Taxonomy taxonomy, dict config)
|
|
|
|
cdef uniq_sequences(View_NUC_SEQS view, View_NUC_SEQS o_view, ProgressBar pb, dict config, list mergedKeys_list=*, Taxonomy taxonomy=*, bint mergeIds=*, list categories=*, int max_elts=*)
|