Skip to content
Snippets Groups Projects
Commit c6b4115d authored by bow's avatar bow
Browse files

Update flexiprep summary file name

parent 556fc8c1
No related branches found
No related tags found
No related merge requests found
......@@ -255,7 +255,7 @@ class Flexiprep(val root: Configurable) extends QScript with BiopetQScript {
summarize.samplename = R1_name
summarize.clip = !skipClip
summarize.trim = !skipTrim
summarize.out = new File(outputDir + R1_name + ".summary.json")
summarize.out = new File(outputDir + summarize.samplename + "." + this.getClass.getSimpleName + ".summary.json")
for ((k, v) <- outputFiles) summarize.deps +:= v
add(summarize)
}
......
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