Skip to content

Commit 5463ecd

Browse files
authored
Merge branch 'main' into posix_paths
2 parents 1d44eba + 33ffc65 commit 5463ecd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Also, the class diagram for the project is presented below to illustrate the arc
3434

3535
![VueGen Class Diagram](https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_classdiagram_noattmeth.png)
3636

37+
An extended version of the class diagram with attributes and methods is available [here][vuegen-class-diag-att].
38+
3739
The VueGen documentation is available at [vuegen.readthedocs.io][vuegen-docs], where you can find detailed information of the package’s classes and functions, installation and execution instructions, and case studies to demonstrate its functionality.
3840

3941
## Installation
@@ -68,7 +70,7 @@ If you prefer not to install VueGen on your system, a pre-configured Docker cont
6870
Run VueGen using a directory with the following command:
6971

7072
```bash
71-
vuegen --directory example_data/Earth_microbiome_vuegen_demo_notebook --report_type streamlit
73+
vuegen --directory docs/example_data/Earth_microbiome_vuegen_demo_notebook --report_type streamlit
7274
```
7375

7476
> [!NOTE]
@@ -77,7 +79,7 @@ vuegen --directory example_data/Earth_microbiome_vuegen_demo_notebook --report_t
7779
It's also possible to provide a configuration file instead of a directory:
7880

7981
```bash
80-
vuegen --config example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml --report_type streamlit
82+
vuegen --config docs/example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml --report_type streamlit
8183
```
8284

8385
The current report types supported by VueGen are:
@@ -95,7 +97,7 @@ Instead of installing VueGen locally, you can run it directly from a Docker cont
9597

9698
```bash
9799
docker run --rm \
98-
-v "$(pwd)/Earth_microbiome_vuegen_demo_notebook:/home/appuser/Earth_microbiome_vuegen_demo_notebook" \
100+
-v "$(pwd)docs/example_data/Earth_microbiome_vuegen_demo_notebook:/home/appuser/Earth_microbiome_vuegen_demo_notebook" \
99101
-v "$(pwd)/output_docker:/home/appuser/quarto_report" \
100102
quay.io/dtu_biosustain_dsp/vuegen:docker --directory /home/appuser/Earth_microbiome_vuegen_demo_notebook --report_type streamlit
101103
```
@@ -138,6 +140,7 @@ We appreciate your feedback! If you have any comments, suggestions, or run into
138140
[streamlit]: https://streamlit.io/
139141
[vuegen-pypi]: https://pypi.org/project/vuegen/
140142
[vuegen-docker-quay]: https://quay.io/repository/dtu_biosustain_dsp/vuegen
143+
[vuegen-class-diag-att]: https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_classdiagram_withattmeth.pdf
141144
[vuegen-docs]: https://vuegen.readthedocs.io/
142145
[ci-gh-action]: https://github.com/Multiomics-Analytics-Group/vuegen/actions/workflows/cdci.yml
143146
[ci-docs]: https://github.com/Multiomics-Analytics-Group/vuegen/actions/workflows/docs.yml
26.8 KB
Loading
115 KB
Binary file not shown.

0 commit comments

Comments
 (0)