Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rocker/shiny from 4.2.3 to 4.3.0 #42

Merged
merged 2 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/shiny:4.2.3
FROM rocker/shiny:4.3.0

# Install system dependencies
RUN apt-get update && apt-get install -y \
Expand Down
7 changes: 5 additions & 2 deletions kvfinder-web-portal/R/mod_kvAbout.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ kv_about <- function() {
),
", please cite:",
tags$ol(
tags$li("Manuscript in submission"),
tags$li(
"João Victor Da Silva Guerra, Helder Veras Ribeiro filho, Leandro Oliveira Bortot, Rodrigo Vargas Honorato, José Geraldo De Carvalho Pereira, and Paulo Sérgio Lopes-de-oliveira. ParKVFinder: a thread-level parallel approach in biomolecular cavity detection. SoftwareX, 12:100606, July 2020. URL: ",
"João V.S. Guerra, Helder V. Ribeiro-Filho, José G.C. Pereira, and Paulo S. Lopes-de-oliveira. KVFinder-web: a web-based application for detecting and characterizing biomolecular cavities. Nucleic Acids Research, May 2023. URL: ",
tags$a(href = "https://doi.org/10.1093/nar/gkad324", "https://doi.org/10.1093/nar/gkad324"),
", doi:10.1016/10.1093/nar/gkad324."),
tags$li(
"João Victor Da Silva Guerra, Helder Veras Ribeiro Filho, Leandro Oliveira Bortot, Rodrigo Vargas Honorato, José Geraldo De Carvalho Pereira, and Paulo Sérgio Lopes-de-oliveira. ParKVFinder: a thread-level parallel approach in biomolecular cavity detection. SoftwareX, 12:100606, July 2020. URL: ",
tags$a(href = "https://doi.org/10.1016/j.softx.2020.100606", "https://doi.org/10.1016/j.softx.2020.100606"),
", doi:10.1016/j.softx.2020.100606."),
),
Expand Down