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
5109976c
Commit
5109976c
authored
Mar 02, 2015
by
Peter van 't Hof
Browse files
Format change
parent
a1f5260d
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/MultiSampleQScript.scala
View file @
5109976c
...
...
@@ -87,11 +87,7 @@ trait MultiSampleQScript extends SummaryQScript {
ConfigUtils
.
getMapFromPath
(
globalConfig
.
map
,
List
(
"samples"
,
sampleId
,
"libraries"
)).
getOrElse
(
Map
()).
keySet
}
/**
* Name overules the one from qscript
* @param summarizable
* @param name
*/
/** Name overules the one from qscript */
def
addSummarizable
(
summarizable
:
Summarizable
,
name
:
String
)
:
Unit
=
{
qscript
.
addSummarizable
(
summarizable
,
name
,
Some
(
sampleId
))
}
...
...
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