Skip to content
GitLab
Menu
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
11795384
Commit
11795384
authored
Jun 29, 2015
by
Peter van 't Hof
Browse files
Remove todo
parent
19ddc89c
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/summary/Summary.scala
View file @
11795384
...
...
@@ -53,7 +53,6 @@ class Summary(file: File) {
ConfigUtils
.
getValueFromPath
(
map
,
"samples"
::
sampleId
::
"libraries"
::
libId
::
path
.
toList
)
}
//TODO: rename method
/** Get value on nested path with prefix depending is sampleId and/or libId is None or not */
def
getValue
(
sampleId
:
Option
[
String
],
libId
:
Option
[
String
],
path
:
String*
)
:
Option
[
Any
]
=
{
(
sampleId
,
libId
)
match
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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