-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hi,
I successfully downloaded bulkvis and when I want to start with command as following nothing shown on the web page:
$ bokeh serve --show bulkvis-master
The config.init is described as :
[data]
dir = /Share2/home/lifj/Projects/12.Nanopore/Zhiyuan-20201104/Data/20201102_XRNAX_test_1_RNA002_85ng/no_sample/20201102_1331_MN32106_FAL
58344_8d29359e/fast5_pass/
out = /Share2/home/lifj/Projects/12.Nanopore/Zhiyuan-20201104/01.base_calling/fastq/
map = /Share2/home/lifj/Projects/12.Nanopore/Zhiyuan-20201104/06.minimap2/withSecondaryAlignment/sam/
[plot_opts]
wdg_width = 300
plot_width = 1600
plot_height = 1000
y_min = 0
y_max = 2200
label_height = 800
upper_cut_off = 2200
lower_cut_off = -1000
;recommended that this is kept as 'canvas' opts: ['canvas', 'svg', 'webgl']
output_backend = canvas
[labels]
adapter = True
mux_uncertain = True
strand1 = False
user1 = True
event = False
user2 = False
multiple = False
unclassed = False
pore = True
strand = True
transition = True
unavailable = False
zero = False
saturated = False
unblocking = True
good_single = False
below = False
above = True
inrange = False
unclassified = False
unclassified_following_reset = False
pending_manual_reset = False
pending_mux_change = False]
I have no idea what is going on and totally be stucked. Could you help me to solve this problem?
