@@ -184,8 +184,7 @@ ui <- fluidPage(
184184 ),
185185 p(" 'Isolated Chains': SASA values of isolated chains. These values form the basis of the DeltaSASA data." ),
186186 p(" Only structures containing multiple chains will yield values for 'DeltaSASA' and 'Isolated Chains' tabs." ),
187- p(" Results will be stored on the server until midnight GMT time and then automatically removed.
188- Please use the 'Download ...' buttons under the tables to save your results in 'csv' format.
187+ p(" Please use the 'Download ...' buttons under the tables to save your results in 'csv' format.
189188 The 'Download All Results' button on the side panel returns the zipped content of the entire output directory,
190189 i.e. all results produced for a given POPScomp job."
191190 ),
@@ -231,16 +230,16 @@ ui <- fluidPage(
231230 h3(" Help" ),
232231 p(" In case the server does not work as expected or server-related issues
233232 need clarification, please email the maintainers:
234- Jens Kleinjung (jens@jkleinj.eu) and
235- Franca Fraternali (franca.fraternali@kcl .ac.uk).
233+ Jens Kleinjung (jens@jkleinj.eu) and
234+ Franca Fraternali (franca.fraternali@ucl .ac.uk).
236235 For software and output errors, feature suggestions and similar topics,
237236 please add an entry to the " ,
238237 a(" Issues tab on the POPScomp GitHub page" , href = " https://github.com/Fraternalilab/POPScomp/issues" ), " ."
239238 )
240239 ),
241240 tabPanel(" About" ,
242241 h3(" Shiny App" ),
243- p(" This is version 3.4 of the POPScomp Shiny App." ),
242+ p(" This is version 3.8 of the POPScomp Shiny App." ),
244243 p(" For detailed information about the software visit Fraternali Lab's " ,
245244 a(" POPScomp GitHub repository" , href = " https://github.com/Fraternalilab/POPScomp" ),
246245 " ; the Wiki pages contain detailed installation and usage instructions."
@@ -291,8 +290,8 @@ ui <- fluidPage(
291290 GNU General Public License v3.0."
292291 ),
293292 h4(" Copyright Holders, Authors and Maintainers" ),
294- p(" 2002-2023 Franca Fraternali (author, maintainer)" ),
295- p(" 2008-2023 Jens Kleinjung (author, maintainer)" ),
293+ p(" 2002-2026 Franca Fraternali (author, maintainer)" ),
294+ p(" 2008-2026 Jens Kleinjung (author, maintainer)" ),
296295 h4(" Contributors" ),
297296 p(" 2002 Kuang Lin and Valerie Hindie (translation to C)" ),
298297 p(" 2002 Luigi Cavallo (parametrisation)" )
@@ -440,6 +439,7 @@ server <- function(input, output) {
440439 " --rout --coarse --chainOut --residueOut --chainOut --neighbourOut" ,
441440 " --rProbe" , input $ rprobe , " --pdb" , inputPDB , " 1> POPScomp.o 2> POPScomp.e" );
442441 }
442+ print(command )
443443 system_status = system(command , wait = TRUE )
444444
445445 # # run POPScomp
0 commit comments