From c953f0cb00e6fc36147035d5b3f6fcb2b13f5a87 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Fri, 15 Mar 2019 11:41:07 +0100 Subject: [PATCH] Fixed embl import where sequences were not imported as Nuc_Seq objects --- python/obitools3/parsers/universal.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/parsers/universal.pyx b/python/obitools3/parsers/universal.pyx index beb309c..4366e1d 100755 --- a/python/obitools3/parsers/universal.pyx +++ b/python/obitools3/parsers/universal.pyx @@ -133,7 +133,7 @@ def entryIteratorFactory(lineiterator, only=only, firstline=first, buffersize=buffersize), - dict, + Nuc_Seq, format) raise NotImplementedError('File format iterator not implemented yet')