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
af02c410
Commit
af02c410
authored
Sep 13, 2017
by
Ryan Herbert
Browse files
axes.js add sort to locus axis
parent
9d6c0fbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/axes.js
View file @
af02c410
...
...
@@ -149,7 +149,8 @@ Axes.prototype = {
label
:
"
locus
"
,
axis
:
new
GenericAxis
(),
fct
:
function
(
clone
){
return
clone
.
germline
},
pretty
:
function
(
system
)
{
return
self
.
m
.
systemBox
(
system
)
}
pretty
:
function
(
system
)
{
return
self
.
m
.
systemBox
(
system
)
},
sort
:
true
},
"
Size
"
:
{
doc
:
"
ratio of the number of reads of each clone to the total number of reads in the selected locus
"
,
...
...
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