From 0edeacfcd3e5b52614893020fbec1b63a8b84161 Mon Sep 17 00:00:00 2001
From: Holger Brandl <holgerbrandl@gmail.com>
Date: Tue, 1 Dec 2015 09:37:13 +0100
Subject: [PATCH] diambiguated shortcuts from lsf_utils

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

diff --git a/dge_workflow/dge_utils.sh b/dge_workflow/dge_utils.sh
index e3e0920..f83408a 100755
--- a/dge_workflow/dge_utils.sh
+++ b/dge_workflow/dge_utils.sh
@@ -24,9 +24,10 @@ export PATH=/projects/bioinfo/holger/bin/bedtools2-2.25.0/bin/:$PATH
 export PATH=/home/brandl/bin/subread-1.4.6-p3-Linux-x86_64/bin:$PATH
 
 #export PATH=/home/brandl/bin/STAR/STAR-STAR_2.4.1d/source:$PATH
-export PATH=/home/brandl/bin/STAR/STAR_2.4.2a/source:$PATH
+export PATH=/home/brandl/bin/STAR-2.5.0b/source:$PATH
 
 
+eval "$(jl shortcuts)"
 
 # which tophat;  which bowtie2; which cuffdiff
 
-- 
GitLab