Skip to content
Snippets Groups Projects
Commit 59923a55 authored by Sander van der Zeeuw's avatar Sander van der Zeeuw
Browse files

delete file name file on exit of pipeline

parent 64325f97
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ class VarscanCnsSingleSample(val root: Configurable) extends Variantcaller {
val sampleFile = new File(outputDir, s"$sample.name.txt")
sampleFile.getParentFile.mkdirs()
//sampleFile.deleteOnExit()
sampleFile.deleteOnExit()
val writer = new PrintWriter(sampleFile)
writer.println(sample)
writer.close()
......
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