From a3e6b7d913deeaac1021422a7144a754c7d6dfdd Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Sun, 31 Mar 2019 15:42:07 +0200 Subject: [PATCH] obi import: fixed import of View_NUC_SEQS to another DMS --- python/obitools3/commands/import.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obitools3/commands/import.pyx b/python/obitools3/commands/import.pyx index 19f7c02..91b0696 100755 --- a/python/obitools3/commands/import.pyx +++ b/python/obitools3/commands/import.pyx @@ -113,7 +113,7 @@ def run(config): logger("info", "Importing %d entries", entry_count) # TODO a bit dirty? - if input[2]==Nuc_Seq: + if input[2]==Nuc_Seq or input[2]==View_NUC_SEQS: v = View_NUC_SEQS else: v = View