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
f6475844
Commit
f6475844
authored
Oct 10, 2014
by
Marc Duez
Browse files
browser : debug n_max / color by n / abundance axis
parent
dcb27fc7
Changes
3
Hide whitespace changes
Inline
Side-by-side
browser/js/axis.js
View file @
f6475844
...
...
@@ -120,7 +120,7 @@ Axis.prototype = {
//clone position
this
.
pos
=
function
(
cloneID
)
{
return
self
.
sizeScale
(
self
.
m
.
getSiz
e
(
cloneID
))
return
self
.
sizeScale
(
self
.
m
.
clon
e
(
cloneID
)
.
getSize
()
)
}
//labels
...
...
browser/js/clone.js
View file @
f6475844
...
...
@@ -270,7 +270,7 @@ Clone.prototype = {
this
.
color
=
this
.
colorD
;
}
else
if
(
this
.
m
.
colorMethod
==
"
J
"
&&
this
.
seg
[
"
3
"
]
!==
undefined
){
this
.
color
=
this
.
colorJ
;
}
else
if
(
this
.
m
.
colorMethod
==
"
N
"
&&
typeof
(
this
.
N
)
!=
'
undefined
'
){
}
else
if
(
this
.
m
.
colorMethod
==
"
N
"
){
this
.
color
=
this
.
colorN
;
}
else
if
(
this
.
m
.
colorMethod
==
"
system
"
)
{
this
.
color
=
germline
.
icon
[
this
.
system
].
color
...
...
browser/js/model.js
View file @
f6475844
...
...
@@ -492,6 +492,7 @@ Model.prototype = {
this
.
clusters
[
i
]
=
[
i
]
clone
.
tag
=
default_tag
;
}
this
.
n_max
=
n_max
// COLOR_N
for
(
var
i
=
0
;
i
<
this
.
n_clones
;
i
++
)
{
...
...
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