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
3d2cbc8a
Commit
3d2cbc8a
authored
Apr 20, 2017
by
akaljuvee
Browse files
-
parent
273091b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/tools/VcfStatsForSv.scala
View file @
3d2cbc8a
...
...
@@ -43,7 +43,7 @@ class VcfStatsForSv(val parent: Configurable) extends ToolCommandFunction with S
required
(
"-o"
,
outputFile
)
+
repeat
(
"--histBinBoundaries"
,
histogramBinBoundaries
)
def
summaryStats
:
Map
[
String
,
Any
]
=
ConfigUtils
.
fileToConfig
Map
(
outputFile
)
def
summaryStats
:
Map
[
String
,
Any
]
=
ConfigUtils
.
yamlTo
Map
(
outputFile
)
def
summaryFiles
:
Map
[
String
,
File
]
=
Map
.
empty
...
...
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