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
4ffd661d
Commit
4ffd661d
authored
Feb 26, 2016
by
Peter van 't Hof
Browse files
Added tags to summary
parent
ddda9ebd
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/summary/WriteSummary.scala
View file @
4ffd661d
...
...
@@ -112,11 +112,15 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
Map
(
"samples"
->
q
.
samples
.
map
{
case
(
sampleName
,
sample
)
=>
sampleName
->
Map
(
qscript
.
summaryName
->
Map
(
"settings"
->
sample
.
summarySettings
),
qscript
.
summaryName
->
Map
(
"settings"
->
sample
.
summarySettings
,
"tags"
->
sample
.
sampleTags
),
"libraries"
->
sample
.
libraries
.
map
{
case
(
libName
,
lib
)
=>
libName
->
Map
(
qscript
.
summaryName
->
Map
(
"settings"
->
lib
.
summarySettings
)
qscript
.
summaryName
->
Map
(
"settings"
->
lib
.
summarySettings
,
"tags"
->
lib
.
libTags
)
)
}
)
...
...
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