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
67845b83
Commit
67845b83
authored
Feb 16, 2017
by
Peter van 't Hof
Browse files
Added cache var
parent
f8f8af38
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
View file @
67845b83
...
...
@@ -107,12 +107,26 @@ trait ReportBuilder extends ToolCommand {
/** Retrival of summary, read only */
final
def
summary
=
setSummary
/** summary object internaly */
private
var
setRunId
:
Int
=
0
/** Retrival of summary, read only */
final
def
runId
=
setRunId
private
var
setSampleCache
:
Map
[
String
,
Int
]
=
_
final
def
sampleCache
=
setSampleCache
private
var
setLibraryCache
:
Map
[(
String
,
String
)
,
Int
]
=
_
final
def
libraryCache
=
setSampleCache
private
var
setPipelineCache
:
Map
[
String
,
Int
]
=
_
final
def
pipelineCache
=
setPipelineCache
private
var
setModuleCache
:
Map
[
String
,
Int
]
=
_
final
def
moduleCache
=
setModuleCache
/** default args that are passed to all page withing the report */
def
pageArgs
:
Map
[
String
,
Any
]
=
Map
()
...
...
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