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
66f1b6ec
Commit
66f1b6ec
authored
Oct 26, 2015
by
Peter van 't Hof
Browse files
Fix exist
parent
21d0cae7
Changes
1
Show whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunction.scala
View file @
66f1b6ec
...
...
@@ -230,7 +230,7 @@ object BiopetCommandLineFunction extends Logging {
if
(!
BiopetCommandLineFunction
.
executableMd5Cache
.
contains
(
executable
))
{
val
newExe
=
BiopetCommandLineFunction
.
executableCache
(
executable
)
if
(
new
File
(
newExe
).
exists
())
{
val
is
=
new
FileInputStream
(
executabl
e
)
val
is
=
new
FileInputStream
(
newEx
e
)
val
cnt
=
is
.
available
val
bytes
=
Array
.
ofDim
[
Byte
](
cnt
)
is
.
read
(
bytes
)
...
...
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