Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
biopet.biopet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Mirrors
biopet.biopet
Commits
67845b83
Commit
67845b83
authored
Feb 16, 2017
by
Peter van 't Hof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added cache var
parent
f8f8af38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
...scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
+16
-2
No files found.
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
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