Skip to content
Snippets Groups Projects
Commit 9ddec45c authored by vaofford's avatar vaofford
Browse files

update scratch108 to scratch118 - v16.0.18

parent 8db07ec5
No related branches found
No related tags found
No related merge requests found
Artemis Release 16.0.17 Artemis Release 16.0.18
ACT Release 13.0.16 ACT Release 13.0.16
DNAPlotter Release 1.11 DNAPlotter Release 1.11
BamView 1.2.13 BamView 1.2.13
...@@ -33,7 +33,7 @@ fastx=-I /software/pathogen/external/bin/fastx34_t -B -S -q -b 40 -H -l /softwar ...@@ -33,7 +33,7 @@ fastx=-I /software/pathogen/external/bin/fastx34_t -B -S -q -b 40 -H -l /softwar
# #
# #
# default working directory # default working directory
wdir=/lustre/scratch108/ wdir=/lustre/scratch118/
# #
# #
# aliases used for fasta # aliases used for fasta
......
...@@ -342,7 +342,7 @@ public class SshPSUClient extends Thread ...@@ -342,7 +342,7 @@ public class SshPSUClient extends Thread
{ {
try try
{ {
if(wdir.endsWith("scratch108") || wdir.endsWith("scratch108/")) if(wdir.endsWith("scratch118") || wdir.endsWith("scratch118/"))
{ {
if(fileExists(sftp , wdir+"/bacteria/", user)) if(fileExists(sftp , wdir+"/bacteria/", user))
wdir = wdir+"/bacteria/"; wdir = wdir+"/bacteria/";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment