diff options
author | Efraim Flashner | 2019-10-16 06:08:28 -0500 |
---|---|---|
committer | Efraim Flashner | 2019-10-16 06:08:28 -0500 |
commit | e174ba235f2cee8b4cb934f80c588c7775e17dd8 (patch) | |
tree | 140e300681bb7f905de39edd6ea85ac7a7f620a8 /gn/packages/bioinformatics.scm | |
parent | 0e892feec8936bfe852bbaec680bb6de5f4747ee (diff) | |
download | guix-bioinformatics-e174ba235f2cee8b4cb934f80c588c7775e17dd8.tar.gz |
gn: bxd-power-calculator-app: Bind to port 3978.
Diffstat (limited to 'gn/packages/bioinformatics.scm')
-rw-r--r-- | gn/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |