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
5a387852
Commit
5a387852
authored
Feb 28, 2016
by
Mathieu Giraud
Browse files
core/segment.cpp: output CDR3 status in json
parent
3a6c438e
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/segment.cpp
View file @
5a387852
...
...
@@ -1105,7 +1105,9 @@ json FineSegmenter::toJson(){
if
(
CDR3start
>=
0
)
{
seg
[
"cdr3"
]
=
{
{
"start"
,
CDR3start
},
{
"stop"
,
CDR3end
}
{
"stop"
,
CDR3end
},
{
"aa"
,
CDR3aa
},
{
"productive"
,
CDR3productive
}
};
}
}
...
...
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