dnaio icon indicating copy to clipboard operation
dnaio copied to clipboard

dnaio.exceptions.UnknownFileFormat

Open wook2014 opened this issue 6 months ago • 3 comments

I am tring to use cutadapt to process my reads file, but I meet up with a problem

dnaio.exceptions.UnknownFileFormat: Could not determine whether file '<_io.BytesIO object at 0x73ef2b228270>' is FASTA or FASTQ. The file extension is not available or not recognized, and the first character in the file is unexpected.

It is confused for me because I have checked my fastq file manually and I could not find errors. how could I locate the error data with the code 0x73ef2b228270 ? Is there another way to print the error line?

wook2014 avatar Aug 19 '24 08:08 wook2014