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
dcb9fd03
Commit
dcb9fd03
authored
Apr 10, 2017
by
Peter van 't Hof
Browse files
Updated some comments
parent
6a84f733
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
View file @
dcb9fd03
...
...
@@ -335,7 +335,7 @@ trait ReportBuilder extends ToolCommand {
/** This generate general pages that all reports should have */
def
generalPages
(
sampleId
:
Option
[
Int
],
libId
:
Option
[
Int
])
:
List
[(
String
,
Future
[
ReportPage
])]
=
List
(
"Versions"
->
Future
(
ReportPage
(
List
(),
List
(
"Executables"
->
ReportSection
(
"/nl/lumc/sasc/biopet/core/report/executables.ssp"
)),
Map
())),
"Versions"
->
Future
.
successful
(
ReportPage
(
List
(),
List
(
"Executables"
->
ReportSection
(
"/nl/lumc/sasc/biopet/core/report/executables.ssp"
)),
Map
())),
"Files"
->
filesPage
(
sampleId
,
libId
)
)
...
...
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