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
2ed72dd5
Commit
2ed72dd5
authored
Dec 09, 2016
by
Peter van 't Hof
Browse files
typo
parent
17c57cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/summary/WriteSummary.scala
View file @
2ed72dd5
...
...
@@ -62,7 +62,7 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
case
f
:
QFunction
if
qscript.functions.contains
(
f
)
=>
try
{
deps
:+=
f
.
firstOutput
}
catch
{
case
e
:
NullPointerException
=>
logger
.
warn
(
"Queue values are not init"
)
case
e
:
NullPointerException
=>
logger
.
debug
(
"Queue values are not init
ialized
"
)
}
case
_
=>
}
...
...
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