Skip to content

Results & Visualization

Muhammad Eliasinul Islam edited this page Apr 6, 2024 · 11 revisions

The dashboard will be created vide the visualization inside the Snakemake workflow. However, you can review the dashboard locally as well :

Deploy Local Dashboard App:

  • Go to the repository root directory i.e. _BC-CLEWS-Model _and type the following bash commands:
bash dashboard.sh deploy

You will get this in your bash CLI

Dash is running on http://127.0.0.1:8050/
 * Serving Flask app 'app'
 * Debug mode: on
or, you can execute the dashboard deployment rule :
  • Now you can check the dashboard app in your browser or IDE (e.g. VSCODE)

  • Alternatively: You can run the snakemake rule for local dash app deployment

snakemake -c all deploy_dashboard -f --rerun-incomplete

Dashboards


Creative Commons License
BC-Nexus Model Workflow by Md Eliasinul Islam is licensed under a Creative Commons Attribution 4.0 International License.
Based on a work at https://github.com/DeltaE/BC-CLEWS-Model/tree/main/workflow.

Clone this wiki locally