Skip to content
GitLab
Menu
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
32c6bec7
Commit
32c6bec7
authored
Apr 18, 2017
by
akaljuvee
Browse files
implicit val that is now required after changes with report builing
parent
b60f86cb
Changes
1
Show whitespace changes
Inline
Side-by-side
shiva/src/main/scala/nl/lumc/sasc/biopet/pipelines/shiva/ShivaSvCallingReport.scala
View file @
32c6bec7
...
...
@@ -2,6 +2,7 @@ package nl.lumc.sasc.biopet.pipelines.shiva
import
java.io.
{
File
,
PrintWriter
}
import
nl.lumc.sasc.biopet.core.report.ReportBuilder
import
nl.lumc.sasc.biopet.utils.Logging
import
nl.lumc.sasc.biopet.utils.rscript.LinePlot
import
nl.lumc.sasc.biopet.utils.summary.db.SummaryDb
...
...
@@ -10,9 +11,9 @@ import nl.lumc.sasc.biopet.utils.summary.db.SummaryDb.{ ModuleName, PipelineName
import
scala.concurrent.Await
import
scala.concurrent.duration.Duration
object
ShivaSvCallingReport
extends
ShivaSvCallingReportTrait
object
ShivaSvCallingReport
extends
Logging
{
trait
ShivaSvCallingReportTrait
extends
Logging
{
implicit
lazy
val
ec
=
ReportBuilder
.
ec
val
histogramBinBoundaries
:
Array
[
Int
]
=
Array
(
100
,
1000
,
10000
,
100000
,
1000000
,
10000000
)
val
histogramPlotTicks
:
Array
[
Int
]
=
Array
(
100
,
1000
,
10000
,
100000
,
1000000
,
10000000
,
100000000
)
...
...
Write
Preview
Supports
Markdown
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