Skip to content

Commit

Permalink
Removed enhance support due to new cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanbeek committed Apr 13, 2016
1 parent e3d9efd commit b66e947
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rostr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b66e947

Please sign in to comment.