Skip to content
Snippets Groups Projects
Commit 0835bb3e authored by tjc's avatar tjc
Browse files

remove files after blast & fasta

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3592 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 894edcdd
No related branches found
No related tags found
No related merge requests found
......@@ -335,6 +335,9 @@ public class SshPSUClient extends Thread
// System.out.println(os.toString());
sftp.get(outputfile, filepath+".out");
sftp.rm(outputfile);
sftp.rm(wdir+filename);
session.close();
}
sftp.quit();
......
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