Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
vidjil
vidjil
Commits
eb2714a5
Commit
eb2714a5
authored
Apr 04, 2019
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
segment.cpp: reindent
parent
3d77f5a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
algo/core/segment.cpp
algo/core/segment.cpp
+2
-2
No files found.
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
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