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

fix #348

parent 9139289c
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
"skip_markduplicates" -> skipMarkduplicates,
"aligner" -> aligner,
"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())
override def reportClass = {
......
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