Skip to content
GitLab
Menu
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
c1f0eacf
Commit
c1f0eacf
authored
May 23, 2016
by
Sander Bollen
Browse files
fix #348
parent
9139289c
Changes
1
Hide whitespace changes
Inline
Side-by-side
mapping/src/main/scala/nl/lumc/sasc/biopet/pipelines/mapping/Mapping.scala
View file @
c1f0eacf
...
...
@@ -125,7 +125,7 @@ class Mapping(val root: Configurable) extends QScript with SummaryQScript with S
"skip_markduplicates"
->
skipMarkduplicates
,
"aligner"
->
aligner
,
"chunking"
->
chunking
,
"number
C
hunks"
->
(
if
(
chunking
)
numberChunks
.
getOrElse
(
1
)
else
None
)
"number
_of_c
hunks"
->
(
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
.
Attach a 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