I am currently encountering an issue with the nanoQC tool. After installing it via pip install, I attempted to run a simple QC run on my fastq.gzfile using the command:
nanoQC -o . barcode03.fastq.gz
However, I received an error message after approximately 15 seconds of work:
Traceback (most recent call last): File "/opt/conda/bin/nanoQC", line 8, in <module> sys.exit(main()) File "/opt/conda/lib/python3.10/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'
I would appreciate any suggestions or solutions to resolve this issue. Thank you in advance for your assistance.
Hello,
I am currently encountering an issue with the nanoQC tool. After installing it via
pip install
, I attempted to run a simple QC run on myfastq.gz
file using the command:nanoQC -o . barcode03.fastq.gz
However, I received an error message after approximately 15 seconds of work:
Traceback (most recent call last): File "/opt/conda/bin/nanoQC", line 8, in <module> sys.exit(main()) File "/opt/conda/lib/python3.10/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'
I would appreciate any suggestions or solutions to resolve this issue. Thank you in advance for your assistance.
Best Regards.