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
b3da2df1
Commit
b3da2df1
authored
Oct 13, 2015
by
Peter van 't Hof
Browse files
Fix MatchError
parent
2a67db54
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 @
b3da2df1
...
...
@@ -91,8 +91,11 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
(
qscript
.
functions
.
flatMap
(
fetchVersion
(
_
))
++
qscript
.
functions
.
flatMap
{
case
f
:
BiopetCommandLineFunction
=>
f
.
pipesJobs
}
.
flatMap
(
fetchVersion
(
_
))
qscript
.
functions
.
flatMap
{
case
f
:
BiopetCommandLineFunction
=>
f
.
pipesJobs
case
_
=>
Nil
}.
flatMap
(
fetchVersion
(
_
))
).
toMap
}
...
...
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