-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update essential reactions in spreadsheets. Include online web docs
- Loading branch information
Showing
11 changed files
with
90 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _growth-op-documentation: | ||
|
||
5. Compute growth dependent reactions | ||
======================================== | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
9. License | ||
10. License | ||
=============== | ||
|
||
CONTRABASS is released under GPLv3_. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
|
||
9. Online Web App | ||
=============== | ||
|
||
CONTRABASS can also be executed though the online web application at CONTRABASS-Online_. | ||
|
||
9.1. Usage | ||
------------ | ||
|
||
9.1.1. Submit model | ||
********************* | ||
|
||
To load a model in the web app drag-and-drop a valid SBML model to the box on the left (see image below). | ||
CONTRABASS also comes with 4 sample models to try out the tool. To use one of the 4 sample models, simply click on one | ||
of the ```Try this model``` buttons in the box on the right (see image below). (see image below). | ||
|
||
.. image:: _static/step1.png | ||
:align: center | ||
:alt: step 1 | ||
|
||
9.1.2. Run operation | ||
************************ | ||
|
||
If the model is correctly formatted, CONTRABASS will read the model and notify when it is ready. | ||
When the read completes successfully, a row similar to the following with the model data will appear on the page: | ||
|
||
.. image:: _static/step2.png | ||
:align: center | ||
:alt: step 2 | ||
. | ||
CONTRABASS allows you to execute the two operations explained above in the documentation, that is: | ||
- **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`). | ||
- **Compute critical reactions**: compute sets of critical reactions and their intersections for a given growth rate (See :ref:`vulnerabilities-documentation`). | ||
|
||
If we click on one of the 2 accordions showing the 2 possible operations, they will expand showing the optional parameters | ||
that we can adjust before starting the execution (see image below). | ||
Once we are done with the parameters, to start the execution simply click the ```Execute``` button. | ||
|
||
.. image:: _static/step3.png | ||
:align: center | ||
:alt: step 3 | ||
|
||
While the selected operation is being executed, the page will show feedback on the computations performed: | ||
|
||
.. image:: _static/step4.png | ||
:align: center | ||
:alt: step 4 | ||
|
||
9.1.3. Download reports | ||
************************ | ||
|
||
Once the selected operation ends its execution, the web will display 2 buttons (see image below) to download different reports: | ||
|
||
- **Download spreadsheet**: Download the spreadsheet report of the computation. | ||
- **View report**: View and online interactive report with the result of the computation. | ||
|
||
|
||
.. image:: _static/step5.png | ||
:align: center | ||
:alt: step 5 | ||
|
||
|
||
|
||
.. _CONTRABASS-Online: https://github.com/openCONTRABASS/CONTRABASS/blob/master/LICENSE | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[metadata] | ||
name = contrabass | ||
url = https://github.com/openCONTRABASS/CONTRABASS | ||
version = 0.2.0 | ||
version = 0.2.1 | ||
author = Alex Oarga | ||
author_email = [email protected] | ||
description = Constraint-based model vulnerabilities analysis | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters