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
5e98e38a
Commit
5e98e38a
authored
Feb 09, 2017
by
Peter van 't Hof
Browse files
Enable json summary again
parent
c4ae1eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/summary/WriteSummary.scala
View file @
5e98e38a
...
...
@@ -176,9 +176,9 @@ class WriteSummary(val parent: SummaryQScript) extends InProcessFunction with Co
"summary_creation"
->
System
.
currentTimeMillis
()
))
//
val writer = new PrintWriter(out)
//
writer.println(ConfigUtils.mapToJson(combinedMap).nospaces)
//
writer.close()
val
writer
=
new
PrintWriter
(
out
)
writer
.
println
(
ConfigUtils
.
mapToJson
(
combinedMap
).
nospaces
)
writer
.
close
()
summaryDb
.
close
()
}
...
...
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