Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,426
Issues
1,426
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
1759f4d9
Commit
1759f4d9
authored
Nov 28, 2019
by
flothoni
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
model.js; fix error of clustered clones at analysis loading
Link to
#4034
parent
217c8a25
Pipeline
#105971
passed with stages
in 6 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
browser/js/model.js
browser/js/model.js
+6
-0
No files found.
browser/js/model.js
View file @
1759f4d9
...
...
@@ -471,6 +471,12 @@ changeAlleleNotation: function(alleleNotation) {
var
cloneID
=
this
.
mapID
[
clusters
[
i
][
j
]]
new_cluster
=
new_cluster
.
concat
(
this
.
clusters
[
cloneID
]);
this
.
clusters
[
cloneID
]
=
[];
// Set the mergeId value for cluterized clones
var
clone
=
this
.
clones
[
cloneID
]
if
(
j
!=
0
){
clone
.
mergedId
=
this
.
mapID
[
clusters
[
i
][
0
]]
}
}
else
{
tmp
.
push
(
clusters
[
i
][
j
])
}
...
...
Mikaël Salson
@mikael-s
·
Nov 28, 2019
Owner
cf.
!551 (comment 281198)
cf. https://gitlab.inria.fr/vidjil/vidjil/merge_requests/551#note_281198
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