From 1e370fbdfbe73a1ad8407c90738dcc18d2288ea5 Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Fri, 1 Jul 2011 12:32:01 +0000 Subject: [PATCH] upgrade to the latest state (property names have changed after e-mail exchange with Matt) SVN: 21948 --- sanofi/resource/adminConsole/sanofi-script.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sanofi/resource/adminConsole/sanofi-script.txt b/sanofi/resource/adminConsole/sanofi-script.txt index 523d62dfcf1..cd7038b1d0a 100644 --- a/sanofi/resource/adminConsole/sanofi-script.txt +++ b/sanofi/resource/adminConsole/sanofi-script.txt @@ -2,24 +2,26 @@ -- Creating metadata for Sanofi -- +register-type EXPERIMENT HCS_COMPOUND + register-type SAMPLE POSITIVE_CONTROL listable=false show-container=true show-parents=false register-type SAMPLE NEGATIVE_CONTROL listable=false show-container=true show-parents=false register-type SAMPLE COMPOUND_WELL listable=false show-container=true show-parents=false -register-type MATERIAL COMPOUND_BATCH +register-type MATERIAL COMPOUND -set type = concentration +set type = CONCENTRATION_M register-property-type ${type} with data type REAL assign-to SAMPLE:COMPOUND_WELL ${type} -set type = compound_batch -register-property-type ${type} with data type MATERIAL(COMPOUND_BATCH) +set type = COMPOUND +register-property-type ${type} with data type MATERIAL(COMPOUND) assign-to SAMPLE:COMPOUND_WELL ${type} -set type = observer-emails +set type = OBSERVER_EMAILS register-property-type ${type} with data type VARCHAR assign-to EXPERIMENT:HCS_COMPOUND ${type} -set type = library-template +set type = LIBRARY_TEMPLATE register-property-type ${type} with data type MULTILINE_VARCHAR assign-to EXPERIMENT:HCS_COMPOUND ${type} -- GitLab