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
ea52b71f
Commit
ea52b71f
authored
May 17, 2019
by
Thonier Florian
Browse files
clone.js; add some descriptions
link to
#3488
parent
7fab37d0
Pipeline
#78845
passed with stages
in 6 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
ea52b71f
...
...
@@ -234,6 +234,7 @@ Clone.prototype = {
/**
* Compute feature positions (start/stop) from its sequence, unless they are already present
* Computed positions are converted to start from 0 and can be used without manipualtions
*/
computeSegFeatureFromSeq
:
function
(
field_name
)
{
...
...
@@ -311,6 +312,7 @@ Clone.prototype = {
/**
* Get the start and stop position of a given field (e.g. cdr3)
* Getted positions are 0 based.
* If it does not exist return null
*/
getSegStartStop
:
function
(
field_name
)
{
...
...
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