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
1fe8c904
Commit
1fe8c904
authored
Feb 07, 2016
by
Peter van 't Hof
Browse files
Fix order is sections
parent
0ec8dbd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/shiva/src/main/scala/nl/lumc/sasc/biopet/pipelines/shiva/ShivaReport.scala
View file @
1fe8c904
...
...
@@ -56,7 +56,7 @@ object ShivaReport extends MultisampleMappingReportTrait {
val
regions
=
regionsPage
val
oldPage
=
super
.
indexPage
oldPage
.
copy
(
sections
=
variantcallingSection
++
oldPage
.
sections
,
subPages
=
oldPage
.
subPages
++
regionsPage
)
oldPage
.
copy
(
sections
=
oldPage
.
sections
.
head
::
variantcallingSection
:::
oldPage
.
sections
.
tail
,
subPages
=
oldPage
.
subPages
++
regionsPage
)
}
/** Generate a page with all target coverage stats */
...
...
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