diff --git a/etc/versions b/etc/versions
index 10e531f34427c4fe870322a5599418a0fd3d7011..5f8f53cbc614345a1dcde99b91ba1ce71c7c8844 100644
--- a/etc/versions
+++ b/etc/versions
@@ -1,4 +1,4 @@
-Artemis Release 16.0.17
+Artemis Release 16.0.18
 ACT Release 13.0.16
 DNAPlotter Release 1.11
 BamView 1.2.13
diff --git a/lib/j2ssh/j2ssh.properties b/lib/j2ssh/j2ssh.properties
index ee97c8a7fb869655df2b031f49ab65280cb5d693..936d6423fc9ac03ad1366558a78f20ff88ce8a9f 100644
--- a/lib/j2ssh/j2ssh.properties
+++ b/lib/j2ssh/j2ssh.properties
@@ -33,7 +33,7 @@ fastx=-I /software/pathogen/external/bin/fastx34_t -B -S -q -b 40 -H -l /softwar
 #
 #
 # default working directory
-wdir=/lustre/scratch108/
+wdir=/lustre/scratch118/
 #
 # 
 # aliases used for fasta
diff --git a/uk/ac/sanger/artemis/j2ssh/SshPSUClient.java b/uk/ac/sanger/artemis/j2ssh/SshPSUClient.java
index 880ac27712afe18e1618885522bdea4c0aebd48c..a6ccf23ec4b1ce142b109202626c3f2e3ca957cd 100644
--- a/uk/ac/sanger/artemis/j2ssh/SshPSUClient.java
+++ b/uk/ac/sanger/artemis/j2ssh/SshPSUClient.java
@@ -342,7 +342,7 @@ public class SshPSUClient extends Thread
       {
         try
         {
-          if(wdir.endsWith("scratch108") || wdir.endsWith("scratch108/"))
+          if(wdir.endsWith("scratch118") || wdir.endsWith("scratch118/"))
           {
             if(fileExists(sftp , wdir+"/bacteria/", user))
               wdir = wdir+"/bacteria/";