You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CONTRABASS can also be executed though the online web application at CONTRABASS-Online_.
6
+
7
+
9.1. Usage
8
+
------------
9
+
10
+
9.1.1. Submit model
11
+
*********************
12
+
13
+
To load a model in the web app drag-and-drop a valid SBML model to the box on the left (see image below).
14
+
CONTRABASS also comes with 4 sample models to try out the tool. To use one of the 4 sample models, simply click on one
15
+
of the ```Try this model``` buttons in the box on the right (see image below). (see image below).
16
+
17
+
.. image:: _static/step1.png
18
+
:align:center
19
+
:alt:step 1
20
+
21
+
9.1.2. Run operation
22
+
************************
23
+
24
+
If the model is correctly formatted, CONTRABASS will read the model and notify when it is ready.
25
+
When the read completes successfully, a row similar to the following with the model data will appear on the page:
26
+
27
+
.. image:: _static/step2.png
28
+
:align:center
29
+
:alt:step 2
30
+
.
31
+
CONTRABASS allows you to execute the two operations explained above in the documentation, that is:
32
+
- **Compute growth dependent reactions**: produce an overview of the critical reactions in the model and explore how they vary when the growth constraints vary (See :ref:`growth-op-documentation`).
33
+
- **Compute critical reactions**: compute sets of critical reactions and their intersections for a given growth rate (See :ref:`vulnerabilities-documentation`).
34
+
35
+
If we click on one of the 2 accordions showing the 2 possible operations, they will expand showing the optional parameters
36
+
that we can adjust before starting the execution (see image below).
37
+
Once we are done with the parameters, to start the execution simply click the ```Execute``` button.
38
+
39
+
.. image:: _static/step3.png
40
+
:align:center
41
+
:alt:step 3
42
+
43
+
While the selected operation is being executed, the page will show feedback on the computations performed:
44
+
45
+
.. image:: _static/step4.png
46
+
:align:center
47
+
:alt:step 4
48
+
49
+
9.1.3. Download reports
50
+
************************
51
+
52
+
Once the selected operation ends its execution, the web will display 2 buttons (see image below) to download different reports:
53
+
54
+
- **Download spreadsheet**: Download the spreadsheet report of the computation.
55
+
- **View report**: View and online interactive report with the result of the computation.
0 commit comments