From b66e9472834ab31184af34054c6453ff18e53d1f Mon Sep 17 00:00:00 2001 From: dvanbeek Date: Wed, 13 Apr 2016 08:28:46 +0200 Subject: [PATCH] Removed enhance support due to new cluster --- rostr.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/rostr.sh b/rostr.sh index 106df8a..bd6ff6b 100755 --- a/rostr.sh +++ b/rostr.sh @@ -55,9 +55,6 @@ STAMP=`date +%s` # Load additional config files and set variables ROSTRLOG=~/rostr.$STAMP.conf -if [ -f /illumina/share/enhance/paths ]; then - source /illumina/share/enhance/paths -fi LOG_VER=$(svn info $DIR_BASE/pipelines | grep URL | rev | cut -d '/' -f 1 | rev) LOG_REV=$(svn info $DIR_BASE/pipelines | grep 'Last Changed Rev:' | awk '{ print $4 }') echo '# RoDa '$LOG_VER' r'$LOG_REV >> $ROSTRLOG