From d5dc93545742a8669f610eeaa2dd2ea5de686f0f Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Fri, 25 Apr 2008 09:40:31 +0000
Subject: [PATCH] pcs4 fix

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7313 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 etc/results_to_netscape | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/results_to_netscape b/etc/results_to_netscape
index e15c4d976..a642ff196 100755
--- a/etc/results_to_netscape
+++ b/etc/results_to_netscape
@@ -53,6 +53,8 @@ unique_bit=$$.`hostname`
 file_arg=`echo $file_arg | sed 's@^/tmp_mnt/nfs/@/nfs/@' | sed 's@^/tmp_mnt/tmp_nfs/@/nfs/@'`
 # fix for pcs3:
 file_arg=`echo $file_arg | sed 's@^/yeastpub4/@/nfs/disk222/yeastpub4/@'`
+# fix for pcs4:
+file_arg=`echo $file_arg | sed 's@^/.automount/pcs3/root/nfs/@/nfs/@'`
 
 
 if [ -f ./$file_arg ]
-- 
GitLab