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
2ae2b588
Commit
2ae2b588
authored
Feb 27, 2018
by
Mathieu Giraud
Browse files
core/segment.cpp: TMP, deactivate bottomTriangle
See
#3066
.
parent
4b6d8197
Changes
1
Show whitespace changes
Inline
Side-by-side
algo/core/segment.cpp
View file @
2ae2b588
...
...
@@ -859,7 +859,7 @@ void align_against_collection(string &read, BioReader &rep, int forbidden_rep_id
// With reverse_ref, the read is reversed to prevent calling revcomp on each reference sequence
string
sequence_or_rc
=
revcomp
(
read
,
reverse_ref
);
bool
onlyBottomTriangle
=
!
local
&&
banded_dp
;
bool
onlyBottomTriangle
=
!
local
&&
banded_dp
&&
false
;
for
(
int
r
=
0
;
r
<
rep
.
size
()
;
r
++
)
{
...
...
Mathieu Giraud
@magiraud
mentioned in issue
#3274 (closed)
·
Jun 12, 2018
mentioned in issue
#3274 (closed)
mentioned in issue #3274
Toggle commit list
Mathieu Giraud
@magiraud
mentioned in commit
04f91d3b
·
Jun 12, 2018
mentioned in commit
04f91d3b
mentioned in commit 04f91d3b0f1a191857652242c1aca0a3444e5a25
Toggle commit list
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