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
ecf71914
Commit
ecf71914
authored
Apr 05, 2017
by
Mathieu Giraud
Browse files
js/clone.js: .csv export, add productivity info
See
#2327
.
parent
4eff652c
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
ecf71914
...
@@ -1205,6 +1205,7 @@ Clone.prototype = {
...
@@ -1205,6 +1205,7 @@ Clone.prototype = {
"
cluster
"
,
"
name
"
,
"
id
"
,
"
cluster
"
,
"
name
"
,
"
id
"
,
"
system
"
,
"
tag
"
,
"
system
"
,
"
tag
"
,
"
v
"
,
"
d
"
,
"
j
"
,
"
v
"
,
"
d
"
,
"
j
"
,
"
productivity
"
,
"
sequence
"
"
sequence
"
]
]
...
@@ -1220,6 +1221,7 @@ Clone.prototype = {
...
@@ -1220,6 +1221,7 @@ Clone.prototype = {
this
.
getCluster
().
join
(
"
+
"
),
this
.
getName
(),
this
.
id
,
this
.
getCluster
().
join
(
"
+
"
),
this
.
getName
(),
this
.
id
,
this
.
get
(
'
germline
'
),
this
.
getTagName
(),
this
.
get
(
'
germline
'
),
this
.
getTagName
(),
this
.
getGene
(
"
5
"
),
this
.
getGene
(
"
4
"
),
this
.
getGene
(
"
3
"
),
this
.
getGene
(
"
5
"
),
this
.
getGene
(
"
4
"
),
this
.
getGene
(
"
3
"
),
this
.
getProductivityName
(),
this
.
getSequence
()
this
.
getSequence
()
]
]
...
...
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