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
dfe8a936
Commit
dfe8a936
authored
Jun 12, 2014
by
Marc Duez
Browse files
segmenter.js : debug reset position before alignement
parent
8a1f3c30
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/segmenter.js
View file @
dfe8a936
...
...
@@ -401,6 +401,7 @@ Sequence.prototype = {
//store position of each nucleotide
computePos
:
function
()
{
this
.
pos
=
[];
var
j
=
0
for
(
var
i
=
0
;
i
<
this
.
seq
.
length
;
i
++
)
{
if
(
this
.
seq
[
i
]
!=
"
-
"
)
{
...
...
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