README.md

Acquacotta

R Shiny App to display Run Reports generated by the OICR SeqWare pipeline. How it looks

Installing

Requirements

Requires R 3.3+ and the libv8-dev package

While in the base directory, execute code in the R console:

devtools::install()

Before starting Acquacotta, ensure Run Report folders are accessible in the directory specified in the config file. Options that can be modified are: Location of Run Report folders Default plots to display * Default metric to sort on

Running

R Console

Execute command below:

acquacotta::runAcquacotta()

Rscript

Run the command below and open the listed address in a Web Browser:

Rscript app.R

RStudio

Load the app.R file in RStudio and click the Run App button or press Command+Shift+Enter.

Shiny Server

See the official documentation for detailed description on hosting Shiny Apps. To host Acquacotta, make repository visible in the server path (by default /srv/shiny-server and configurable at /etc/shiny-server/shiny-server.conf).

Updating

To ensure Shiny Server correctly hosts an updated version of Acquacotta, change the modification time of the restart.txt file immediately after an update. On Linux, that can be done by running

touch restart.txt

Usage

Known Issues



oicr-gsi/acquacotta-shiny-run-report documentation built on May 30, 2019, 4:05 p.m.