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
a03a1b88
Commit
a03a1b88
authored
Jun 17, 2015
by
Peter van 't Hof
Browse files
Removes stats file, is now included in the summary
parent
0cfd0c4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/scripts/CoverageStats.scala
View file @
a03a1b88
...
...
@@ -46,7 +46,7 @@ class CoverageStats(val root: Configurable) extends PythonCommandLineFunction wi
optional
(
"--subtitle"
,
subTitle
)
+
" > "
+
required
(
output
)
def
summaryFiles
:
Map
[
String
,
File
]
=
Map
(
"output"
->
output
,
"plot"
->
plot
)
def
summaryFiles
:
Map
[
String
,
File
]
=
Map
(
"plot"
->
plot
)
def
summaryStats
:
Map
[
String
,
Any
]
=
{
ConfigUtils
.
fileToConfigMap
(
output
)
...
...
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