Skip to content

Commit

Permalink
Remove json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 10, 2023
1 parent 961b6f2 commit 884a5a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jbrowse_jupyter/tracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def guess_display_type(track_type, view="LGV"):
else:
if view == "CGV":
return "ChordVariantDisplay"
return "LinearBasicDisplay"
else:
return "LinearBasicDisplay"


def guess_track_type(adapter_type):
Expand Down

0 comments on commit 884a5a6

Please sign in to comment.