From e174ba235f2cee8b4cb934f80c588c7775e17dd8 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 16 Oct 2019 06:08:28 -0500 Subject: gn: bxd-power-calculator-app: Bind to port 3978. --- gn/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn/packages/bioinformatics.scm') diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index e537aa8..bcdd4e4 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -812,7 +812,7 @@ runApp(launch.browser=0, port=4202)~%\n" "#!~a library(shiny) setwd(\"~a\") -runApp(launch.browser=0)~%\n" +runApp(launch.browser=0, port=3978)~%\n" Rbin targetdir))) (chmod app #o555) (substitute* (string-append targetdir "/server.R") -- cgit v1.2.3