C functions to detect IUPAC sequences
This commit is contained in:
@ -12,6 +12,8 @@ cdef extern from *:
|
||||
|
||||
cdef extern from "encode.h" nogil:
|
||||
bint only_ATGC(const_char_p seq)
|
||||
bint only_IUPAC_DNA(const_char_p seq)
|
||||
bint is_a_DNA_seq(const_char_p seq)
|
||||
|
||||
|
||||
cdef extern from "obitypes.h" nogil:
|
||||
|
Reference in New Issue
Block a user