Skip to content
Snippets Groups Projects
Commit 9712e1d1 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

fixed merge table job

parent 54219bcb
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ object BammetricsReport extends ReportBuilder {
val insertsizeMetrics = summary.getValue(sampleId, libId, metricsTag, "stats", "CollectInsertSizeMetrics", "metrics") match {
case Some(None) => false
case Some(_) => true
case _ => false
case Some(_) => true
case _ => false
}
val targets = (
......
......@@ -44,7 +44,7 @@ trait Measurement extends SummaryQScript with Reference { qscript: QScript =>
fileExtension: String,
args: MergeArgs = mergeArgs): Unit = {
add(MergeTables(this, countFiles, outputFile,
args.idCols, args.valCol, args.numHeaderLines, args.fallback))
args.idCols, args.valCol, args.numHeaderLines, args.fallback, fileExtension = Some(fileExtension)))
extraSummaryFiles += s"${name}_table" -> outputFile
}
......
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