Skip to content

Commit ba65e4f

Browse files
Merge pull request #155 from savitakartik/remove_tree_breakpoints_track
remove tree breakpoints track
2 parents 09ccade + 8b0fa85 commit ba65e4f

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

tsqc/pages/mutations.py

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,8 @@ def make_muts_panel(log_y, tsm):
9090
hooks=[customise_ticks],
9191
xlabel="tree density",
9292
)
93-
trees_line = hv.Segments(bp_df, ["position", "y0", "x1", "y1"])
94-
trees_line.opts(
95-
width=config.PLOT_WIDTH,
96-
height=100,
97-
yaxis=None,
98-
ylabel=None,
99-
xlabel="tree breakpoints",
100-
line_width=0.5,
101-
alpha=0.5,
102-
)
10393

104-
layout = (main << time_hist << site_hist) + trees_hist + trees_line
94+
layout = (main << time_hist << site_hist) + trees_hist
10595

10696
if config.ANNOTATIONS_FILE is not None:
10797
genes_df = tsm.genes_df(config.ANNOTATIONS_FILE)

0 commit comments

Comments
 (0)