obi uniq: added option to use categories additionally to the sequence to

determine uniqueness
This commit is contained in:
Celine Mercier
2017-09-25 10:56:43 +02:00
parent 5ed6835e0e
commit 75c15594c4
2 changed files with 37 additions and 20 deletions

View File

@ -5,4 +5,4 @@ from obitools3.dms.taxo.taxo cimport Taxonomy
from obitools3.dms.view.typed_view.view_NUC_SEQS cimport View_NUC_SEQS
cdef uniqSequence(View_NUC_SEQS view, View_NUC_SEQS o_view, ProgressBar pb, Taxonomy taxonomy=*, list mergedKeys_list=*, bint mergeIds=*, list categories=*)
cdef uniqSequence(View_NUC_SEQS view, View_NUC_SEQS o_view, ProgressBar pb, list mergedKeys_list=*, Taxonomy taxonomy=*, bint mergeIds=*, list categories=*)