obi import: fixed import of View_NUC_SEQS to another DMS

This commit is contained in:
Celine Mercier
2019-03-31 15:42:07 +02:00
parent 416c2d7ba0
commit a3e6b7d913

View File

@ -113,7 +113,7 @@ def run(config):
logger("info", "Importing %d entries", entry_count) logger("info", "Importing %d entries", entry_count)
# TODO a bit dirty? # TODO a bit dirty?
if input[2]==Nuc_Seq: if input[2]==Nuc_Seq or input[2]==View_NUC_SEQS:
v = View_NUC_SEQS v = View_NUC_SEQS
else: else:
v = View v = View