obi import: fixed import of View_NUC_SEQS to another DMS
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user