R Shiny App to display Run Reports generated by the OICR SeqWare pipeline.
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
Execute command below:
acquacotta::runAcquacotta()
Run the command below and open the listed address in a Web Browser:
Rscript app.R
Load the app.R file in RStudio and click the Run App button or press Command+Shift+Enter.
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).
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.