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
4649de9a
Commit
4649de9a
authored
Feb 23, 2015
by
Peter van 't Hof
Browse files
Adde more docs
parent
b2ea7e52
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/summary/Summarizable.scala
View file @
4649de9a
...
...
@@ -24,10 +24,10 @@ trait Summarizable extends Configurable {
def
summaryStats
:
Map
[
String
,
Any
]
/**
* This function is used to merge
* @param v1
* @param v2
* @param key
* This function is used to merge
value that are found at the same path in the map. Default there will throw a exception at conflicting values.
* @param v1
Value of new map
* @param v2
Value of old map
* @param key
Key of value
* @return
*/
def
resolveSummaryConflict
(
v1
:
Any
,
v2
:
Any
,
key
:
String
)
:
Any
=
{
...
...
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