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)