From baba2d742e4910ae2b5bd7515458564536667075 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Fri, 29 Apr 2016 16:07:03 +0200 Subject: [PATCH] commenting _obidms.pyx --- python/obitools3/obidms/_obidms.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/obitools3/obidms/_obidms.pyx b/python/obitools3/obidms/_obidms.pyx index 0d7b987..5c9f7bc 100644 --- a/python/obitools3/obidms/_obidms.pyx +++ b/python/obitools3/obidms/_obidms.pyx @@ -607,7 +607,7 @@ cdef class OBIView_line : elif value_type == bool : value_obitype = 'OBI_BOOL' elif value_type == str : - if only_ATGC(str2bytes(value)) : # TODO + if only_ATGC(str2bytes(value)) : # TODO detect IUPAC? value_obitype = 'OBI_SEQ' elif len(value) == 1 : value_obitype = 'OBI_CHAR' @@ -718,7 +718,7 @@ cdef class OBIDMS : views[view_name]["line_count"] = view_p.line_count views[view_name]["view_number"] = view_p.view_number views[view_name]["created_from"] = bytes2str(view_p.created_from) - views[view_name]["creation_date"] = bytes2str(obi_format_date(view_p.creation_date)) # TODO move this function in utils or somethings + views[view_name]["creation_date"] = bytes2str(obi_format_date(view_p.creation_date)) if (view_p.all_lines) : views[view_name]["line_selection"] = None else :