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
176dd42f
Commit
176dd42f
authored
Sep 26, 2014
by
Mathieu Giraud
Browse files
core/representative.cpp: put 'representative' in the label
parent
2797ccb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
algo/core/representative.cpp
View file @
176dd42f
...
...
@@ -163,7 +163,7 @@ void KmerRepresentativeComputer::compute() {
is_computed
=
true
;
representative
=
sequence_longest_run
;
representative
.
sequence
=
representative
.
sequence
.
substr
(
pos_longest_run
,
length_longest_run
);
representative
.
label
+
=
"-["
+
string_of_int
(
pos_longest_run
)
+
","
representative
.
label
=
"representative--"
+
representative
.
label
+
"-["
+
string_of_int
(
pos_longest_run
)
+
","
+
string_of_int
(
pos_longest_run
+
length_longest_run
-
1
)
+
"]"
;
}
delete
index
;
...
...
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