Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
4b795f4c
Commit
4b795f4c
authored
Apr 03, 2015
by
Mathieu Giraud
Browse files
core/segment.cpp: scientific_string_of_double for .json export of e-value
parent
3da7ff37
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/segment.cpp
View file @
4b795f4c
...
...
@@ -949,7 +949,7 @@ void KmerSegmenter::toJsonList(JsonList *seg)
int
sequenceSize
=
sequence
.
size
();
if
(
evalue
>
NO_LIMIT_VALUE
)
seg
->
add
(
"evalue"
,
evalue
);
seg
->
add
(
"evalue"
,
scientific_string_of_double
(
evalue
)
)
;
JsonList
*
json_affectValues
;
json_affectValues
=
new
JsonList
();
...
...
Write
Preview
Markdown
is supported
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