dnaio
dnaio copied to clipboard
dnaio.exceptions.UnknownFileFormat
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?