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
dee63481
Commit
dee63481
authored
Mar 09, 2015
by
Peter van 't Hof
Browse files
Fix Some(versions)
parent
5d854a9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/summary/WriteSummary.scala
View file @
dee63481
...
...
@@ -53,7 +53,7 @@ class WriteSummary(val root: Configurable) extends InProcessFunction with Config
(
for
(
f
<-
qscript
.
functions
if
f
.
isInstanceOf
[
BiopetCommandLineFunctionTrait
])
yield
{
f
match
{
case
f
:
BiopetCommandLineFunctionTrait
=>
{
f
.
configName
->
Map
(
"version"
->
f
.
getVersion
,
f
.
configName
->
Map
(
"version"
->
f
.
getVersion
.
getOrElse
(
None
)
,
"md5"
->
BiopetCommandLineFunctionTrait
.
executableMd5Cache
.
getOrElse
(
f
.
executable
,
None
))
}
case
_
=>
throw
new
IllegalStateException
(
"This should not be possible"
)
...
...
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