Closed BartoszDombrow closed 1 month ago
Hello, I have also encountered this problem, Python 2.7.18 and NanoQC 0.9.4 I would appreciate your help.
Same error here:
Traceback (most recent call last):
File "/home2020/home/inci/plutz/miniforge3/envs/nanoqc/bin/nanoQC", line 8, in
The NanoQC.log indicated: 2024-09-08 21:27:10,217 NanoQC started. 2024-09-08 22:06:44,937 Extracting nucleotides and quality scores. 2024-09-08 22:54:07,539 Using 4280008 reads with a minimum length of 200bp for plotting 2024-09-08 22:54:07,540 Creating plots... 2024-09-08 22:59:29,158 Per base sequence content and quality completed.
I had installed nanoqc 0.9.4 in a Conda environment using pip (installation did not work via bioconda), along with python 3.12.5 and bokeh 3.0.0, on a Red Hat linux server. Since apparently plot_width has been replaced by width as of bokeh 3.0.0, I tried to downgrade bokeh to v2.4.3, but got another (much earlier) error:
Traceback (most recent call last):
File "/home2020/home/inci/plutz/miniforge3/envs/nanoqc/bin/nanoQC", line 5, in
Thanks in advance for your help, Best, PE
Same here. Anybody there caring about issues?
Thank you for your patience. This should be solved in v0.10.0!
Hello,
I have an error:
Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/bin/nanoQC", line 8, in
sys.exit(main())
^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/nanoQC/nanoQC.py", line 43, in main
save(gridplot(children=[[hist], seq_plots, qual_plots],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: gridplot() got an unexpected keyword argument 'plot_width'
Could you please help me with that issue?
Python 3.12.1 nanoQC 0.9.4