Publish Your Report
Install Docker¶
Please follow the docs for more details.
Test your installation¶
Pull the biovis-report-viewer¶
Prepare the compiled report¶
The compiled report contains a series of html, data, css, and javascript files, as shown in the following figure
Get compiled report from other researchers¶
Compile your own report¶
Please follow the Write Your Report
if you need to compile your report.
Download the example report¶
Download the example report. After downloading, please unzip the report_html.zip file.
View the report¶
We assume that you have downloaded the sample report and unzipped it.
docker run -d -v report_html:/srv/shiny-server/ -v log:/var/log/shiny-server -p 3838:3838 nordata/biovis-report-viewer:v0.5
Open your chrome browser and access the http://localhost:3838
Last update:
2022-06-04