-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No bulk fast5 shown in web browser #42
Comments
From your input directory ( |
Oh...I see! Thanks for your kind reply. One more question, is it the out that represents the folder of read fastq file and map represnts the folder of sam/bam file which were generated by minimap2? |
Hi, 2020-12-14 14:27:12,743 200 GET /bulkvis-master (::1) 3270.73ms And there is nothing shown on the web page. I tried to uninstall h5py using "pip uninstall h5py" and re-install it "pip install h5py", the error is still there. have you encounter this error before? The config.ini is as following: [data] Thanks a lot. Sherking |
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?
The text was updated successfully, but these errors were encountered: