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
8036de74
Commit
8036de74
authored
Nov 17, 2016
by
Sander Bollen
Browse files
back to exception
parent
f7433283
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/MultiSampleQScript.scala
View file @
8036de74
...
...
@@ -143,7 +143,7 @@ trait MultiSampleQScript extends SummaryQScript { qscript: QScript =>
protected
def
libIds
:
Set
[
String
]
=
{
val
ids
=
ConfigUtils
.
getMapFromPath
(
globalConfig
.
map
,
List
(
"samples"
,
sampleId
,
"libraries"
)).
getOrElse
(
Map
()).
keySet
if
(
ids
.
isEmpty
)
{
logger
.
error
(
s
"No libraries found in config for sample $sampleId"
)
throw
new
IllegalStateException
(
s
"No libraries found in config for sample $sampleId"
)
}
ids
}
...
...
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