Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,711
Issues
1,711
List
Boards
Labels
Service Desk
Milestones
Merge Requests
86
Merge Requests
86
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
54bcb68d
Commit
54bcb68d
authored
May 04, 2017
by
Téo Vasseur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
axes.js, vidjil.less : add "locus".pretty, and adapt css
See
#2395
parent
b38c1a01
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
browser/css/vidjil.less
browser/css/vidjil.less
+1
-1
browser/js/axes.js
browser/js/axes.js
+4
-0
No files found.
browser/css/vidjil.less
View file @
54bcb68d
...
...
@@ -577,7 +577,7 @@ line {
float: right;
overflow: hidden;
display: inline-block;
height: 16px;
max-
height: 16px;
position: relative;
}
...
...
browser/js/axes.js
View file @
54bcb68d
...
...
@@ -106,6 +106,10 @@ Axes.prototype = {
label
:
"
locus
"
,
axis
:
new
GenericAxis
(),
fct
:
function
(
clone
){
return
clone
.
germline
},
pretty
:
function
(
system
){
var
ret
=
self
.
m
.
systemBox
(
system
);
return
(
ret
instanceof
Element
?
ret
.
outerHTML
:
ret
);
}
},
"
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