Skip to content

Commit

Permalink
Merge pull request #230 from vaofford/artemis_v16.0.18
Browse files Browse the repository at this point in the history
update scratch108 to scratch118 - v16.0.18
  • Loading branch information
vaofford authored Jan 27, 2017
2 parents 8db07ec + 9ddec45 commit f784a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/versions
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/j2ssh/j2ssh.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion uk/ac/sanger/artemis/j2ssh/SshPSUClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ private boolean runBlastOrFasta(String program)
{
try
{
if(wdir.endsWith("scratch108") || wdir.endsWith("scratch108/"))
if(wdir.endsWith("scratch118") || wdir.endsWith("scratch118/"))
{
if(fileExists(sftp , wdir+"/bacteria/", user))
wdir = wdir+"/bacteria/";
Expand Down

0 comments on commit f784a13

Please sign in to comment.