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
ee15cd5e
Commit
ee15cd5e
authored
Jun 08, 2015
by
Peter van 't Hof
Browse files
Added output_dir to meta summary
parent
fc98fc55
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 @
ee15cd5e
...
...
@@ -109,7 +109,8 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
val
combinedMap
=
Map
(
"meta"
->
Map
(
"last_commit_hash"
->
LastCommitHash
,
"pipeline_version"
->
Version
,
"pipeline_name"
->
qscript
.
summaryName
"pipeline_name"
->
qscript
.
summaryName
,
"output_dir"
->
qscript
.
outputDir
))
++
(
for
(
qscript
<-
qscript
.
summaryQScripts
)
yield
{
ConfigUtils
.
fileToConfigMap
(
qscript
.
summaryFile
)
...
...
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