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
85a682d1
Commit
85a682d1
authored
Jun 23, 2015
by
Peter van 't Hof
Browse files
Added more info to meta data
parent
d39f1057
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/summary/WriteSummary.scala
View file @
85a682d1
...
...
@@ -113,7 +113,9 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
"last_commit_hash"
->
LastCommitHash
,
"pipeline_version"
->
Version
,
"pipeline_name"
->
qscript
.
summaryName
,
"output_dir"
->
qscript
.
outputDir
"output_dir"
->
qscript
.
outputDir
,
"run_name"
->
config
(
"run_name"
,
default
=
qSettings
.
runName
).
asString
,
"summary_creation"
->
System
.
currentTimeMillis
()
))
val
writer
=
new
PrintWriter
(
out
)
...
...
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