Skip to content
Snippets Groups Projects
Commit c1f0eacf authored by Sander Bollen's avatar Sander Bollen
Browse files

fix #348

parent 9139289c
Branches
Tags
No related merge requests found
...@@ -125,7 +125,7 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S ...@@ -125,7 +125,7 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
"skip_markduplicates" -> skipMarkduplicates, "skip_markduplicates" -> skipMarkduplicates,
"aligner" -> aligner, "aligner" -> aligner,
"chunking" -> chunking, "chunking" -> chunking,
"numberChunks" -> (if (chunking) numberChunks.getOrElse(1) else None) "number_of_chunks" -> (if (chunking) numberChunks.getOrElse(1) else None)
) ++ (if (root == null) Map("reference" -> referenceSummary) else Map()) ) ++ (if (root == null) Map("reference" -> referenceSummary) else Map())
override def reportClass = { override def reportClass = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment