Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Selectome
wasabi
Commits
9f4a48c9
Commit
9f4a48c9
authored
Oct 12, 2021
by
Sébastien Moretti
Browse files
Change default taxalabels
parent
38fdb7d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/script.js
View file @
9f4a48c9
...
...
@@ -2513,7 +2513,7 @@ function parseimport(options){ //options{dialog:jQ,update:true,mode}
model
.
noanc
(
false
);
model
.
dnasource
(
''
);
model
.
ensinfo
(
ensinfo
);
if
(
ensinfo
)
settingsmodel
.
leaflabel
(
'
species
'
);
//change default taxalabel for ensembl trees
if
(
ensinfo
)
settingsmodel
.
leaflabel
(
'
gene
'
);
//change default taxalabel for ensembl trees
var
newcolors
=
false
;
if
(
seqnames
.
length
){
//fill sequence data globals
...
...
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