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
edb2c740
Commit
edb2c740
authored
Jan 04, 2017
by
Peter van 't Hof
Browse files
fix format
parent
36ca2c38
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools/src/main/scala/nl/lumc/sasc/biopet/tools/flagstat/FlagstatCollector.scala
View file @
edb2c740
...
...
@@ -204,7 +204,7 @@ class FlagstatCollector {
def
toSummaryMap
=
{
val
sortedKeys
=
names
.
keys
.
toArray
.
sorted
sortedKeys
.
map
(
x
=>
names
(
x
)
->
totalCounts
(
x
)).
toMap
++
Map
(
"cross_counts"
->
crossCounts
)
Map
(
"cross_counts"
->
crossCounts
)
}
def
+=
(
other
:
FlagstatCollector
)
:
FlagstatCollector
=
{
...
...
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