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

generate dir for varscan

parent 559881ed
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ class VarscanCnsSingleSample(val root: Configurable) extends Variantcaller {
val sampleVcf = new File(outputDir, s"${name}_$sample.vcf.gz")
val sampleFile = new File(outputDir, s"$sample.name.txt")
sampleFile.getParentFile.mkdirs()
sampleFile.deleteOnExit()
val writer = new PrintWriter(sampleFile)
writer.println(sample)
......
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