Skip to content

Commit

Permalink
Added URL for preview
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Nov 11, 2024
1 parent b6f616c commit d8743e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ You can use `quarto preview` to serve the site, and handle automatic rebuilding
docker run --rm -it --platform linux/amd64 -u $(id -u):$(id -g) -v ${PWD}:/qmd -p 8800:8800 ghcr.io/nbisweden/workshop-ngsintro:latest quarto preview --port 8800 --host 0.0.0.0
```

Go to [http://localhost:8800/](http://localhost:8800/) or [http://0.0.0.0:8800](http://0.0.0.0:8800) in your browser.

## Test scripts

This is regarding the directory **scripts**. This directory contains shell scripts for reseq (variant-calling) and rnaseq parts of the workshop. These are intended to be run on UPPMAX. Further instructions on using them are available within the scripts.
Expand Down

0 comments on commit d8743e0

Please sign in to comment.