aboutsummaryrefslogtreecommitdiff
path: root/tools/infercnv-ngchmr.patch
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2018-10-23 13:59:45 +1100
committerJustin Bedo <cu@cua0.org>2018-10-23 13:59:45 +1100
commit8002173b2aa2b0a4e1c0300bb4e2aa0422849e65 (patch)
tree3fb96c8ded694dc54dcc37e27ddac14097e0137f /tools/infercnv-ngchmr.patch
parentc768093d0e8990657a42b1668c5f86048cbc6675 (diff)
Wrap inferCNV
Resolves #8
Diffstat (limited to 'tools/infercnv-ngchmr.patch')
-rw-r--r--tools/infercnv-ngchmr.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/infercnv-ngchmr.patch b/tools/infercnv-ngchmr.patch
new file mode 100644
index 0000000..454cf5d
--- /dev/null
+++ b/tools/infercnv-ngchmr.patch
@@ -0,0 +1,13 @@
+diff --git a/inst/base.config/conf.d/01-server-protocol-scl.R b/inst/base.config/conf.d/01-server-protocol-scl.R
+index 1ae302a..6156fa3 100644
+--- a/inst/base.config/conf.d/01-server-protocol-scl.R
++++ b/inst/base.config/conf.d/01-server-protocol-scl.R
+@@ -3,7 +3,7 @@
+ (function() {
+
+ if (Sys.info()[['sysname']] != "Windows") {
+- thisHost <- c("localhost", system("/bin/hostname -f", intern=TRUE));
++ thisHost <- c("localhost", system("hostname -f", intern=TRUE));
+ } else {
+ thisHost <- c("localhost", paste(Sys.getenv('COMPUTERNAME'),Sys.getenv('USERDNSDOMAIN'),sep='.'));
+ }