====== Launch CI Online ====== It is possible to launch CI and CI Player 4.0/5.0 directly via //**CI-Launch-Link**//, which is a standard URL: * CI Player 5.0 [[https://cio.bioillustrator.com/cionlineserver/launchCIOPlayer|https://cio.bioillustrator.com/cionlineserver/launchCIOPlayer]] * CI Player 4.0 [[https://cio.bioillustrator.com/cifileserver/launchCIOPlayer|https://cio.bioillustrator.com/cifileserver/launchCIOPlayer]] * CI 5.0 [[https://cio.bioillustrator.com/cionlineserver/launchCIO|https://cio.bioillustrator.com/cionlineserver/launchCIO]] * CI 4.0 [[https://cio.bioillustrator.com/cifileserver/launchCIO|https://cio.bioillustrator.com/cifileserver/launchCIO]] ====== Open CSML Models Online ====== One or model CSML models available on some website can be opened by adding their URL to the CI-Launch-Link as //model// parameter. See the example below: * Open CSML model in CI Player: [[https://cio.bioillustrator.com/cionlineserver/launchCIOPlayer?model=http://www.csml.org/download/model/csml30/circadian_drosophila_30.cil.gz|https://cio.bioillustrator.com/cionlineserver/launchCIOPlayer?model=http://www.csml.org/download/model/csml30/circadian_drosophila_30.cil.gz]] * Open multiple CSML model in CI: [[https://cio.bioillustrator.com/cionlineserver/launchCIO?model=http://www.csml.org/download/model/csml30/lac_operon_30.cil.gz&model=http://www.csml.org/download/model/csml30/lysogen_30.cil.gz|https://cio.bioillustrator.com/cionlineserver/launchCIO?model=http://www.csml.org/download/model/csml30/lac_operon_30.cil.gz&model=http://www.csml.org/download/model/csml30/lysogen_30.cil.gz]] ====== CI-Launch-Link Options ====== Beside //model// the CI-Launch-Link supports the options: //xmx//, //antialias//, //mode//. Multiple options should be separated with &, e.g. antialias=on&xmx=256. * Open CSML model in CI Player with options: [[https://cio.bioillustrator.com/cionlineserver/launchCIOPlayer?antialias=on&xmx=256&model=http://www.csml.org/download/model/csml30/circadian_drosophila_30.cil.gz|https://cio.bioillustrator.com/cionlineserver/launchCIOPlayer?antialias=on&xmx=256&model=http://www.csml.org/download/model/csml30/circadian_drosophila_30.cil.gz]]
Name | Allowed Value | Default | Description |
---|---|---|---|
model | URL or filepath | The URL or filepath of the file to be opened. It is possible to specify multiple model parameters separated with & | |
antialias | on or off | Switches on/off the antialias option in the launched CI application. When this option is not given, CI starts with its current setting. | |
mode | GN or BP | If GN then CI launches in gene network mode. If BP then CI launches in bio-pathway (Petri net) mode. When this option is not given, CI starts with its current setting. This option applies to CI version 4.0 only. It is ignored in version 5.0. | |
viewmode | NONE, VIEW, EDIT, EDIT_NETWORK, SIMULATION, ALL, CUSTOM | Specifies the default label view mode for the launched CI application. When this option is not given, CI starts with its current setting. This option applies to CI version 5.0 only. It is ignored in version 4.0. | |
user | String | The username that will be used for the login when CI application is launched for the first time. If CI was already started and the user logged in successfully, then this this options is ignored. | |
xmx | Integer | 512 | The value specifies the maximum memory in MB of the launched application. In 32-bit machine, the maximum value can be 1400. In 64-bit machine, the maximum value is almost unlimited. |