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
7d11ee39
Commit
7d11ee39
authored
Feb 16, 2018
by
Mathieu Giraud
Browse files
germline_builder.js: comment
parent
8a7352ba
Pipeline
#17568
passed with stages
in 5 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
browser/js/germline_builder.js
View file @
7d11ee39
...
...
@@ -123,7 +123,7 @@ Germline.prototype = {
if
(
type
==
"
D
"
)
type2
=
"
4
"
if
(
type
==
"
J
"
)
type2
=
"
3
"
if
(
typeof
this
.
m
.
germlineList
.
list
[
system
]
!==
'
undefined
'
&&
typeof
this
.
m
.
germlineList
.
list
[
system
].
recombinations
!==
'
undefined
'
&&
typeof
this
.
m
.
germlineList
.
list
[
system
].
recombinations
!==
'
undefined
'
&&
// Old 'custom' germline format, see #3043
typeof
this
.
m
.
germlineList
.
list
[
system
].
recombinations
[
0
]
!==
'
undefined
'
){
if
(
typeof
this
.
m
.
germlineList
.
list
[
system
].
recombinations
[
0
][
type2
]
!==
'
undefined
'
){
for
(
var
i
=
0
;
i
<
this
.
m
.
germlineList
.
list
[
system
].
recombinations
[
0
][
type2
].
length
;
i
++
){
...
...
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