Skip to content
Snippets Groups Projects
Commit 5dac425e authored by izabel's avatar izabel
Browse files

get rid of organization

SVN: 5326
parent a12be5c4
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,6 @@ username = etlserver
# The password to use when contacting the LIMS server
password = <change this>
# The code of the organization to process data sets
organization-code = 3V
# SMTP properties (must start with 'mail' to be considered).
mail.smtp.host = mail.ethz.ch
# mail.from = etlserver@localhost
......@@ -103,3 +100,4 @@ image-analysis.type-extractor.procedure-type = IMAGE_ANALYSIS
# The storage processor (IStorageProcessor implementation)
image-analysis.storage-processor = ch.systemsx.cisd.etlserver.DefaultStorageProcessor
base-url=https://localhost:8443/openbis
organization-code=DEFAULT
\ No newline at end of file
base-url=https://localhost:8443/openbis
\ No newline at end of file
CL=./bis.sh
$CL login -o 3V -u test -p unimportant
$CL login -u test -p unimportant
$CL get-experiment-info NEMO EXP1
$CL logout
\ No newline at end of file
login -o 3V -u test -p <password>
login -u test -p <password>
register-project NEMO
register-master-plate -p INTERNAL.PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP001-1.txt code1
register-master-plate -p INTERNAL.PLATE_GEOMETRY=384_WELLS_16X24 testdata/MP002-1.txt code2
......
......@@ -34,4 +34,10 @@ processing-instruction.IMAGE_ANALYSIS.prefix-for-absolute-paths =
processing-instruction.IMAGE_ANALYSIS.prefix-for-relative-paths =
# The time after which an inactive session is expired by the service (in minutes).
session-timeout = 30
\ No newline at end of file
session-timeout = 30
# Group identifier (mandatory).
group-code = CISD
# Workflow code name (mandatory; available values: strict, plates-on-demand)
workflow-code = strict
\ No newline at end of file
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