Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
82aaa3f6
Commit
82aaa3f6
authored
Mar 25, 2016
by
HERBERT Ryan
Browse files
germline_builder.js value checking for gene name
Added missing identifier for a value check on gene name
parent
6cd00444
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/germline_builder.js
View file @
82aaa3f6
...
...
@@ -180,7 +180,7 @@ Germline.prototype = {
for
(
var
i
=
0
;
i
<
this
.
m
.
clones
.
length
;
i
++
){
if
(
typeof
this
.
m
.
clone
(
i
).
seg
!=
"
undefined
"
&&
typeof
this
.
m
.
clone
(
i
).
seg
[
type2
]
!=
"
undefined
"
&&
typeof
this
.
m
.
clone
(
i
).
seg
[
type2
]
!=
"
undefined
"
typeof
this
.
m
.
clone
(
i
).
seg
[
type2
]
[
"
name
"
]
!=
"
undefined
"
){
var
gene
=
this
.
m
.
clone
(
i
).
seg
[
type2
][
"
name
"
];
if
(
this
.
m
.
system
!=
"
multi
"
||
this
.
m
.
clone
(
i
).
get
(
'
germline
'
)
==
system
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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