From 5045d0c2e9bf7c14336b4a68bea580442ae54760 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Tue, 5 Sep 2017 08:58:07 +0200 Subject: [PATCH] xxx --- python/obitools3/commands/import.pyx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/obitools3/commands/import.pyx b/python/obitools3/commands/import.pyx index bd8da66..1a61166 100644 --- a/python/obitools3/commands/import.pyx +++ b/python/obitools3/commands/import.pyx @@ -90,9 +90,7 @@ def run(config): v = View_NUC_SEQS else: v= View - - print(v) - + output = open_uri(config['obi']['outputURI'], input=False, newviewtype=v)