You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When dashbio Igv is embeded inside a tab and the user switches between tabs. Coming back to the tab where the igv is triggers a reload of the igv module along with addition of duplicate sequence tracks each time the tab is switched. This behavior seem to be happening when tracks are defined. No issue when tracks is blank.
This results in the following (note the duplicate sequence tracks in color),
To Reproduce
Below is a toy example to reproduce the behavior. I've replaced urls for the vcf with LINK, edit this to refer to an actual file to make the below example work. Same if the tracks were bam alignments, etc.
python: 3.8
dash: 1.20.0
dash-bio: 0.7.1
Describe the bug
When dashbio Igv is embeded inside a tab and the user switches between tabs. Coming back to the tab where the igv is triggers a reload of the igv module along with addition of duplicate sequence tracks each time the tab is switched. This behavior seem to be happening when
tracks
are defined. No issue whentracks
is blank.This results in the following (note the duplicate sequence tracks in color),
To Reproduce
Below is a toy example to reproduce the behavior. I've replaced urls for the vcf with
LINK
, edit this to refer to an actual file to make the below example work. Same if the tracks were bam alignments, etc.The text was updated successfully, but these errors were encountered: