-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #72 from duocang/modulization
deploy PMET-shiny-app with docker
- Loading branch information
Showing
34 changed files
with
1,776 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#!/bin/bash | ||
|
||
source scripts/colored_print.sh | ||
source scripts/check_and_set_email_credentials.sh | ||
source scripts/check_CPU_number.sh | ||
set -e | ||
|
||
#################### 1 email | ||
print_green "1. Configurations of email to send results" | ||
check_and_set_email_credentials | ||
|
||
#################### 2. CPU | ||
print_green "2. Configuration of CPU number" | ||
check_cpu_number | ||
|
||
#################### 3. Docker build | ||
print_green "3. Docker building" | ||
chmod 777 logs result | ||
docker-compose up -d |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[1] TRUE | ||
[1] TRUE | ||
[1] TRUE | ||
character(0) | ||
|
||
The installed packages are as follows: | ||
[1] "av" "bslib" | ||
[3] "daattali/shinycssloaders" "daattali/shinydisconnect" | ||
[5] "data.table" "datawookie/emayili" | ||
[7] "devtools" "dplyr" | ||
[9] "dreamRs/shinybusy" "dreamRs/shinyWidgets" | ||
[11] "DT" "emayili" | ||
[13] "enrichplot" "future" | ||
[15] "gapminder" "ggasym" | ||
[17] "ggplot2" "ggpubr" | ||
[19] "glue" "Hmisc" | ||
[21] "httpuv" "jhrcook/ggasym" | ||
[23] "kableExtra" "magick" | ||
[25] "merlinoa/shinyFeedback" "msigdbr" | ||
[27] "openxlsx" "pak" | ||
[29] "pdftools" "plotly" | ||
[31] "promises" "pryr" | ||
[33] "qpdf" "r-lib/ragg" | ||
[35] "r-lib/rlang" "r-lib/systemfonts" | ||
[37] "r-lib/textshaping" "r-lib/usethis" | ||
[39] "r-rust/gifski" "ragg" | ||
[41] "RcppRoll" "reshape2" | ||
[43] "RinteRface/fullPage" "rintrojs" | ||
[45] "rJava" "rlang" | ||
[47] "rstudio/httpuv" "rsvg" | ||
[49] "rtracklayer" "scales" | ||
[51] "seqinr" "shiny" | ||
[53] "shinyBS" "shinybusy" | ||
[55] "shinycssloaders" "shinydashboard" | ||
[57] "shinydisconnect" "shinyFeedback" | ||
[59] "shinyjs" "shinythemes" | ||
[61] "shinyvalidate" "shinyWidgets" | ||
[63] "stringr" "svglite" | ||
[65] "systemfonts" "tesseract" | ||
[67] "textshaping" "tibble" | ||
[69] "tictoc" "tidyverse" | ||
[71] "usethis" "xfun" | ||
[73] "xlsxjars" "zip" | ||
|
||
The following packages could not be installed: | ||
[1] "pander" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -381,3 +381,4 @@ observeEvent(pmet.result.processed(), { | |
}) | ||
server_data("pmet_talble_tab", result) | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.