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
8d1534c7
Commit
8d1534c7
authored
Jun 15, 2017
by
Thonier Florian
Committed by
Mathieu Giraud
Oct 06, 2017
Browse files
axes.js : rename deletions axis
parent
50601c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/axes.js
View file @
8d1534c7
...
...
@@ -248,12 +248,12 @@ Axes.prototype = {
fct
:
function
(
cloneID
)
{
return
self
.
m
.
clone
(
cloneID
).
getSegLengthDoubleFeature
(
'
primer5
'
,
'
primer3
'
)}
},
"
delRight
"
:
{
label
:
"
number of deletions for the segment V/5 in 3
"
,
label
:
"
number of deletions for the segment V/5 in 3
'
"
,
axis
:
new
NumericalAxis
(
this
.
m
),
fct
:
function
(
clone
)
{
return
clone
.
getDeletion
(
'
5
'
,
'
delRight
'
)
}
},
"
delLeft
"
:
{
label
:
"
number of deletions for the segment J/3 in 5
"
,
label
:
"
number of deletions for the segment J/3 in 5
'
"
,
axis
:
new
NumericalAxis
(
this
.
m
),
fct
:
function
(
clone
)
{
return
clone
.
getDeletion
(
'
3
'
,
'
delLeft
'
)}
},
...
...
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