Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mirrors
biopet.biopet
Commits
e7a152be
Commit
e7a152be
authored
Mar 15, 2017
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing small bug
parent
8d4a3559
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/summary/SummaryQScript.scala
...ala/nl/lumc/sasc/biopet/core/summary/SummaryQScript.scala
+1
-1
No files found.
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
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