nanoQC
nanoQC copied to clipboard
nanoPlot and nanoQC TypeError
I'm trying to use nanoPlot and/or nanoQC but getting the following error (both using pip and conda for installation). Can you help me?
Traceback (most recent call last):
File "/home/daniel.paulo/.local/lib/python3.9/site-packages/Bio/File.py", line 72, in as_handle
with open(handleish, mode, **kwargs) as fp:
TypeError: expected str, bytes or os.PathLike object, not TextIOWrapper
Which command are you trying? Could it be that your Biopython version is outdated?
Hi, thank you for the response. It turned out that I had some corrupted fastq.gz files. All it's good now. Thank you again, - Dani.
Thanks for the feedback!