You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have checked and it seemed that this is caused by a previous step which using cutadapt to cut the adapter and produced several sequences that cut to 0 length.
I am tring to use cutadapt to process my reads file, but I meet up with a problem
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?The text was updated successfully, but these errors were encountered: