====== CI Onlineの起動方法 ====== CIOとCIO Playerは以下のリンクをクリックすることで直接起動することができます。 * 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]] ====== CSML形式で作成したモデルを開くには ====== ウェブサイト上においてあるCSMLモデルは以下の例ようにパラメータを与える事で直接起動するURLのリンクを作成することができます。 * CI PlayerでCSML形式で作成したモデルを開くには [[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]] * CIで複数のCSML形式で作成したモデルを開くには [[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 ====== //model// オプションの他にも、 //xmx//, //antialias//, //view// , //mode// のオプションを引数に指定することができます。これらのオプションは & で同時に指定できます(例えば、antialias=on&xmx=256) * CSMLのモデルをCI Playerで開くには [[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]]
名前 | 型 | 規定値 | 説明 |
---|---|---|---|
model | URL or filepath | 起動するアプリケーションで開くモデルのURLもしくはローカルのファイルパスをしています。&を使うことで複数のモデルを1つのリンクで同時に開くことができます | |
antialias | on or off | 起動するアプリケーションのアンチエイリアスのオプションのon/offを指定します。特に指定がない場合には前回起動したオプション設定で起動します。 | |
mode | GN or BP | このオプションはCIO4.0までのオプションになります。GNが指定されている場合には、gene network modeで起動します。特に指定がない場合には前回起動したオプション設定で起動します。 | |
viewmode | NONE, VIEW, EDIT, EDIT_NETWORK, SIMULATION, ALL, CUSTOM | 起動するアプリケーションのviewの方法を指定します。特に何も指定しない場合には、前回起動時に保存した設定で起動します。この設定はCIO5.0以降で有効です。 | |
user | 文字列 | ソフトウェアを起動するときのログインユーザ名を指定します。CIを過去に既に起動していて別のユーザ名でログインしている場合にはそのユーザ名でログインします | |
xmx | 整数 | 512 | MB単位でのメモリを確保する値を設定します。32bitの環境で利用する場合には最大値は1400となります。64bitの場合にはそれ以上の値を設定できます |