Skip to content

Commit 1e80a97

Browse files
committed
📝 Docs: update README with link to Dockerfiles and image version t run vuegen with Docker
1 parent c5ff6ae commit 1e80a97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ quarto check
8585
8686
### Docker
8787

88-
If you prefer not to install VueGen on your system, a pre-configured Docker container is available. It includes all dependencies, ensuring a fully reproducible execution environment. See the [Execution section](#execution) for details on running VueGen with Docker. The official Docker image is available at [quay.io/dtu_biosustain_dsp/vuegen][vuegen-docker-quay].
88+
If you prefer not to install VueGen on your system, a pre-configured Docker container is available. It includes all dependencies, ensuring a fully reproducible execution environment. See the [Execution section](#execution) for details on running VueGen with Docker. The official Docker images are available at [quay.io/dtu_biosustain_dsp/vuegen][vuegen-docker-quay]. The Dockerfiles to build the images are available [here][docker-folder].
8989

9090
### Nextflow and nf-core
9191

@@ -130,7 +130,7 @@ Instead of installing VueGen locally, you can run it directly from a Docker cont
130130
docker run --rm \
131131
-v "$(pwd)/docs/example_data/Earth_microbiome_vuegen_demo_notebook:/home/appuser/Earth_microbiome_vuegen_demo_notebook" \
132132
-v "$(pwd)/output_docker:/home/appuser/streamlit_report" \
133-
quay.io/dtu_biosustain_dsp/vuegen:v0.3.1-docker --directory /home/appuser/Earth_microbiome_vuegen_demo_notebook --report_type streamlit
133+
quay.io/dtu_biosustain_dsp/vuegen:v0.3.2-docker --directory /home/appuser/Earth_microbiome_vuegen_demo_notebook --report_type streamlit
134134
```
135135

136136
## GUI
@@ -261,6 +261,7 @@ We appreciate your feedback! If you have any comments, suggestions, or run into
261261
[vuegen-pypi]: https://pypi.org/project/vuegen/
262262
[vuegen-conda]: https://anaconda.org/bioconda/vuegen
263263
[vuegen-docker-quay]: https://quay.io/repository/dtu_biosustain_dsp/vuegen
264+
[docker-folder]: https://github.com/Multiomics-Analytics-Group/nf-vuegen/tree/main/Docker
264265
[vuegen-license]: https://github.com/Multiomics-Analytics-Group/vuegen/blob/main/LICENSE
265266
[vuegen-class-diag-att]: https://raw.githubusercontent.com/Multiomics-Analytics-Group/vuegen/main/docs/images/vuegen_classdiagram_withattmeth.pdf
266267
[vuegen-docs]: https://vuegen.readthedocs.io/

0 commit comments

Comments
 (0)