From 4b2d593a93f76eb18a775bb2050baa0cc5a846b8 Mon Sep 17 00:00:00 2001
From: Holger Brandl <holgerbrandl@gmail.com>
Date: Tue, 3 Nov 2015 14:00:55 +0100
Subject: [PATCH] fixed version tag of datautils

---
 dge_workflow/dge_utils.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dge_workflow/dge_utils.sh b/dge_workflow/dge_utils.sh
index d2dd44f..cc44308 100755
--- a/dge_workflow/dge_utils.sh
+++ b/dge_workflow/dge_utils.sh
@@ -2,13 +2,13 @@
 ## http://blog.joncairns.com/2013/08/what-you-need-to-know-about-bash-functions/
 
 ## load lsf helpers
-source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.14/bash/lsf_utils.sh 2>&1 2>/dev/null)
+#source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.16/bash/lsf_utils.sh 2>&1 2>/dev/null)
 
 ## enable snippet spinning
-source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.14/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
+source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.16/R/spinr/spin_utils.sh 2>&1 2>/dev/null)
 export PATH=/home/brandl/bin/spinr:$PATH
 
-source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/master/R/rendr/rendr_utils.sh 2>&1 2>/dev/null)
+source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.16/R/rendr/rendr_utils.sh 2>&1 2>/dev/null)
 export PATH=/home/brandl/bin/rendr:$PATH
 
 
-- 
GitLab