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
e7a152be
Commit
e7a152be
authored
Mar 15, 2017
by
Peter van 't Hof
Browse files
Fixing small bug
parent
8d4a3559
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/summary/SummaryQScript.scala
View file @
e7a152be
...
...
@@ -87,7 +87,7 @@ trait SummaryQScript extends BiopetQScript { qscript: QScript =>
private
var
addedJobs
=
false
final
lazy
val
summaryRunId
:
Int
=
{
if
(
runIdFile
.
exists
())
{
if
(
runIdFile
.
exists
()
&&
summaryDbFile
.
exists
()
)
{
val
reader
=
Source
.
fromFile
(
runIdFile
)
val
id
=
reader
.
getLines
().
next
().
toInt
reader
.
close
()
...
...
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