From 392a1ef3e86f60fe62b7851ae3f779098747669d Mon Sep 17 00:00:00 2001 From: kaloyane <kaloyane> Date: Fri, 1 Jul 2011 16:35:08 +0000 Subject: [PATCH] add material and data set property metadata SVN: 21951 --- .../resource/adminConsole/sanofi-script.txt | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/sanofi/resource/adminConsole/sanofi-script.txt b/sanofi/resource/adminConsole/sanofi-script.txt index 2bad2647ae1..ca854403073 100644 --- a/sanofi/resource/adminConsole/sanofi-script.txt +++ b/sanofi/resource/adminConsole/sanofi-script.txt @@ -2,12 +2,24 @@ -- Creating metadata for Sanofi -- + +-- Experiment + +set type = OBSERVER_EMAILS +register-property-type ${type} with data type VARCHAR +assign-to EXPERIMENT:COMPOUND_HCS ${type} + +set type = LIBRARY_TEMPLATE +register-property-type ${type} with data type MULTILINE_VARCHAR +assign-to EXPERIMENT:COMPOUND_HCS ${type} + + +-- Sample + 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 - set type = CONCENTRATION_M register-property-type ${type} with data type REAL assign-to SAMPLE:COMPOUND_WELL ${type} @@ -16,10 +28,22 @@ set type = COMPOUND register-property-type ${type} with data type MATERIAL(COMPOUND) assign-to SAMPLE:COMPOUND_WELL ${type} -set type = OBSERVER_EMAILS + +-- Materials + +register-type MATERIAL COMPOUND + +set type = COMPOUND_ID register-property-type ${type} with data type VARCHAR -assign-to EXPERIMENT:COMPOUND_HCS ${type} +assign-to MATERIAL:COMPOUND ${type} + +set type = COMPOUND_BATCH_ID +register-property-type ${type} with data type VARCHAR +assign-to MATERIAL:COMPOUND ${type} + +-- Data Sets + +set type = ACQUISITION_BATCH +register-property-type ${type} with data type VARCHAR +assign-to DATA_SET:HCS_IMAGE_RAW ${type} -set type = LIBRARY_TEMPLATE -register-property-type ${type} with data type MULTILINE_VARCHAR -assign-to EXPERIMENT:COMPOUND_HCS ${type} -- GitLab