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
54200a08
Commit
54200a08
authored
May 15, 2019
by
Thonier Florian
Browse files
clone.js; update computeSegFeatureFromSeq fct du to 1based fix
link to
#3488
parent
198c3d20
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
54200a08
...
@@ -251,8 +251,8 @@ Clone.prototype = {
...
@@ -251,8 +251,8 @@ Clone.prototype = {
// No feature here
// No feature here
return
;
return
;
this
.
seg
[
field_name
].
start
=
pos
+
1
this
.
seg
[
field_name
].
start
=
pos
this
.
seg
[
field_name
].
stop
=
pos
+
seq
.
length
this
.
seg
[
field_name
].
stop
=
pos
+
seq
.
length
-
1
},
},
...
...
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