Skip to content
Snippets Groups Projects
Commit c516c4f7 authored by barillac's avatar barillac
Browse files

small fix

SVN: 34213
parent 2584b833
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ oligoDefinition = [
["TEXT_SEQUENCE", "General", "TextSequence", DataType.VARCHAR, None, "", None, None, False],
["TONUC", "General", "toNuc", DataType.INTEGER, None, "", None, None, False],
["TYPE", "General", "Type", DataType.CONTROLLEDVOCABULARY, "OLIGO_TYPE", "", None, None, False],
["UC_NUMBER", "General", "UC Number", DataType.TEXT, None, "", None, None, False],
["UC_NUMBER", "General", "UC Number", DataType.VARCHAR, None, "", None, None, False],
["UG_UL", "General", "ug_ul", DataType.REAL, None, "", None, None, False],
["VOLUME", "General", "Volume", DataType.REAL, None, "", None, None, False],
["STATUS_RECORDS", "General", "StatusRecords", DataType.INTEGER, None, "", None, None, False],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment