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

made creating bam file with function createFile(*.bam)

parent ea210687
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ class Carp(val root: Configurable) extends QScript with MultiSampleQScript {
}
}
val bamFile = new File(sampleDir + sampleId + ".bam")
val bamFile = createFile(".bam")
val controls: List[String] = config("control", default = Nil)
def addJobs(): Unit = {
......
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