From 2d1269eef4fbdc396fe826f52900ad25156f8127 Mon Sep 17 00:00:00 2001
From: Holger Brandl <holgerbrandl@gmail.com>
Date: Thu, 17 Sep 2015 13:15:57 +0200
Subject: [PATCH] increased bowtie versino to 2.2.5

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

diff --git a/dge_workflow/dge_utils.sh b/dge_workflow/dge_utils.sh
index 0b53f0c..98f00b4 100755
--- a/dge_workflow/dge_utils.sh
+++ b/dge_workflow/dge_utils.sh
@@ -10,7 +10,7 @@ source <(curl https://raw.githubusercontent.com/holgerbrandl/datautils/v1.12/R/s
 
 ## define common binaries
 ## todo tweak this to work on bioinfo as well
-export PATH=/projects/bioinfo/holger/bin/bowtie2-2.2.2:$PATH
+export PATH=/projects/bioinfo/holger/bin/bowtie2-2.2.5:$PATH
 export PATH=/projects/bioinfo/holger/bin/tophat-2.0.13.Linux_x86_64:$PATH
 export PATH=/home/brandl/bin/cufflinks-2.2.1.Linux_x86_64:$PATH
 export PATH=/sw/apps/python/current/bin:$PATH
-- 
GitLab