Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
6f39a8ed
Commit
6f39a8ed
authored
Oct 12, 2015
by
Peter van 't Hof
Browse files
Fixed numberChunks in summary
parent
8dedd28a
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/Mapping.scala
View file @
6f39a8ed
...
...
@@ -116,7 +116,7 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
"skip_markduplicates"
->
skipMarkduplicates
,
"aligner"
->
aligner
,
"chunking"
->
chunking
,
"numberChunks"
->
numberChunks
.
getOrElse
(
1
)
"numberChunks"
->
(
if
(
chunking
)
numberChunks
.
getOrElse
(
1
)
else
None
)
)
++
(
if
(
root
==
null
)
Map
(
"reference"
->
referenceSummary
)
else
Map
())
override
def
reportClass
=
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment