obi clean: first version

This commit is contained in:
Celine Mercier
2018-05-18 14:26:54 +02:00
parent f0c147c252
commit 6911bf4d70
7 changed files with 663 additions and 0 deletions

View File

@ -0,0 +1,17 @@
#cython: language_level=3
from obitools3.dms.capi.obidms cimport OBIDMS_p
cdef extern from "obi_clean.h" nogil:
int obi_clean(const char* dms_name,
const char* i_view_name,
const char* sample_column_name,
const char* o_view_name,
const char* o_view_comments,
double threshold,
double max_ratio,
bint heads_only,
int thread_count)

View File

@ -8,6 +8,7 @@
../../../src/linked_list.c
../../../src/murmurhash2.c
../../../src/obi_align.c
../../../src/obi_clean.c
../../../src/obiavl.c
../../../src/obiblob_indexer.c
../../../src/obiblob.c