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
vidjil
vidjil
Commits
6f5718f6
Commit
6f5718f6
authored
Mar 17, 2015
by
Mathieu Giraud
Browse files
vidjil.cpp: output representative coverage in .json
parent
c86e9a1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
6f5718f6
...
...
@@ -1206,6 +1206,8 @@ int main (int argc, char **argv)
JsonList
json_clone
;
JsonList
json_seg
;
json_clone
.
add
(
"coverage"
,
repComp
.
getCoverage
());
// From FineSegmenter
json_clone
.
add
(
"sequence"
,
seg
.
getSequence
().
sequence
);
...
...
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