diff --git a/dge_workflow/dge_utils.sh b/dge_workflow/dge_utils.sh index d2dd44f7e7c83033eb6113a459a420648bbd9200..cc443084cbaf276f1ff611304e046124a75ae759 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