Skip to content
GitLab
Menu
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
e80be55c
Commit
e80be55c
authored
Jun 21, 2016
by
marc
Committed by
Mathieu Giraud
Aug 02, 2016
Browse files
vidjil.cpp : output representative quality in json
parent
86d9d3dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/vidjil.cpp
View file @
e80be55c
...
...
@@ -1356,6 +1356,11 @@ int main (int argc, char **argv)
json_clone
[
"_coverage_info"
]
=
{
repComp
.
getCoverageInfo
()};
//From KmerMultiSegmenter
json_clone
[
"seg"
]
=
kseg
->
toJson
();
json_clone
[
"seg"
][
"quality"
]
=
{
{
"start"
,
0
},
{
"stop"
,
kseg
->
getSequence
().
sequence
.
length
()},
{
"seq"
,
repComp
.
getQuality
()}
};
//$$ If max_clones is reached, we stop here but still outputs the representative
...
...
Mikaël Salson
@mikael-s
mentioned in issue
#3390
·
Jul 17, 2018
mentioned in issue
#3390
mentioned in issue #3390
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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