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
3a6c438e
Commit
3a6c438e
authored
Feb 28, 2016
by
Mathieu Giraud
Browse files
core/segment.cpp: output CDR3 status in .getInfoLine()
parent
0e595eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/segment.cpp
View file @
3a6c438e
...
...
@@ -254,6 +254,10 @@ string Segmenter::getInfoLine() const
if
(
evalue_right
>
NO_LIMIT_VALUE
)
s
+=
"/"
+
scientific_string_of_double
(
evalue_right
);
if
(
CDR3start
>
0
)
s
+=
" {CDR3: "
+
string_of_int
(
CDR3start
)
+
"("
+
string_of_int
(
CDR3end
-
CDR3start
+
1
)
+
")"
+
string_of_int
(
CDR3end
)
+
" "
+
"up"
[
CDR3productive
]
+
" "
+
JUNCTIONaa
+
" "
+
CDR3nuc
+
"}"
;
return
s
;
}
...
...
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