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
eb2714a5
Commit
eb2714a5
authored
Apr 04, 2019
by
Mikaël Salson
Browse files
segment.cpp: reindent
parent
3d77f5a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/segment.cpp
View file @
eb2714a5
...
...
@@ -96,8 +96,8 @@ void AlignBox::addToOutput(CloneOutput *clone, int alternative_genes) {
int
last_score
=
this
->
score
[
0
].
first
;
for
(
int
i
=
0
;
i
<
(
int
)
this
->
score
.
size
()
&&
(
i
<
alternative_genes
||
last_score
==
this
->
score
[
i
].
first
);
++
i
){
int
r
=
this
->
score
[
i
].
second
;
jalt
.
push_back
(
json
::
object
({{
"name"
,
rep
->
label
(
r
)}}));
int
r
=
this
->
score
[
i
].
second
;
jalt
.
push_back
(
json
::
object
({{
"name"
,
rep
->
label
(
r
)}}));
last_score
=
this
->
score
[
i
].
first
;
}
clone
->
setSeg
(
key
+
"alt"
,
jalt
);
...
...
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