diff --git a/Cargo.lock b/Cargo.lock index 3f4c854..c5325c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2628,7 +2628,7 @@ dependencies = [ [[package]] name = "shu" -version = "0.4.0" +version = "0.5.0" dependencies = [ "async-std", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 4a86bdd..ff4bdae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shu" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index e8b1d80..3c23383 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,15 @@ ## What? Documentation: https://biosustain.github.io/shu/docs/ +Web deployment: https://biosustain.github.io/shu App to plot multidimensional data to a metabolic map. Metabolic maps are graphs with metabolites as nodes and reactions as edges. ## Why? -[Escher](https://escher.github.io/#/) is great. In fact, the default look of the map and the format -of the map are exactly the same as escher's. However, escher only allows for plotting 2 (+2 with tooltips) +[Escher](https://escher.github.io/#/) is great. In fact, the format +of the map is exactly the same as escher's. However, escher only allows for plotting 2 (+2 with tooltips) kinds of data: reaction data and metabolite data. **Shu** attempts to provide ways of plotting at least 6: diff --git a/src/gui.rs b/src/gui.rs index 9c721cc..5a75dca 100644 --- a/src/gui.rs +++ b/src/gui.rs @@ -259,8 +259,7 @@ fn ui_settings( ui.add(egui::Hyperlink::from_label_and_url( "How to use?", - // "https://shu.readthedocs.io", - "https://carrascomj.github.io/shu/docs/plotting.html", + "https://biosustain.github.io/shu/docs/plotting.html", )); }); }