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
1aeaf562
Commit
1aeaf562
authored
Dec 09, 2016
by
Peter van 't Hof
Browse files
Added dependency for summary
parent
613668c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-tools-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/tools/BamStats.scala
View file @
1aeaf562
...
...
@@ -59,4 +59,6 @@ class BamStats(val root: Configurable) extends ToolCommandFunction with Referenc
def
summaryFiles
:
Map
[
String
,
File
]
=
Map
()
def
summaryStats
:
Map
[
String
,
Any
]
=
ConfigUtils
.
fileToConfigMap
(
bamstatsSummary
)
override
def
summaryDeps
:
List
[
File
]
=
bamstatsSummary
::
super
.
summaryDeps
}
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