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
21d0cae7
Commit
21d0cae7
authored
Oct 26, 2015
by
Peter van 't Hof
Browse files
Fix case class
parent
311e596b
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunction.scala
View file @
21d0cae7
...
...
@@ -203,7 +203,7 @@ object BiopetCommandLineFunction extends Logging {
private
[
core
]
val
executableMd5Cache
:
mutable.Map
[
String
,
String
]
=
mutable
.
Map
()
private
[
core
]
val
executableCache
:
mutable.Map
[
String
,
String
]
=
mutable
.
Map
()
private
case
class
Executable
(
path
:
String
,
md5
:
Option
[
String
])
case
class
Executable
(
path
:
String
,
md5
:
Option
[
String
])
def
preProcessExecutable
(
executable
:
String
)
:
Executable
=
{
if
(!
BiopetCommandLineFunction
.
executableMd5Cache
.
contains
(
executable
))
{
if
(
executable
!=
null
)
{
...
...
Write
Preview
Markdown
is supported
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