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
d62e6636
Commit
d62e6636
authored
Apr 05, 2017
by
Mathieu Giraud
Browse files
js/clone.js: .csv export, add cluster info
See
#2326
and
#2328
.
parent
36d39577
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/clone.js
View file @
d62e6636
...
...
@@ -1202,7 +1202,7 @@ Clone.prototype = {
toCSVheader
:
function
(
m
)
{
var
csv
=
[
"
name
"
,
"
id
"
,
"
cluster
"
,
"
name
"
,
"
id
"
,
"
system
"
,
"
tag
"
,
"
v
"
,
"
d
"
,
"
j
"
,
"
sequence
"
...
...
@@ -1217,7 +1217,7 @@ Clone.prototype = {
toCSV
:
function
()
{
var
csv
=
[
this
.
getName
(),
this
.
id
,
this
.
getCluster
().
join
(
"
+
"
),
this
.
getName
(),
this
.
id
,
this
.
get
(
'
germline
'
),
this
.
getTagName
(),
this
.
getGene
(
"
5
"
),
this
.
getGene
(
"
4
"
),
this
.
getGene
(
"
3
"
),
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