Hi smarty pants peeps,
I got sequence files from collaborators and their original file types look like this:
File: MG430_L4_2.fq.gz, Type: application/x-gzip File: MG431_L4_1.fq.gz, Type: application/x-gzip File:MG431_L4_2.fq.gz, Type: application/x-gzip
I ran fastqc, trimmomatic (removing adapters) and then fastqc again. I then started running Humann3 and was runnning into errors before realizing that the output files from trimmomatic were in the "ASCII" format:
File: MG469_L2.trimmed_2P | Format: ASCII text File: MG469_L2.trimmed_1P Format: ASCII text
I think this is the reason Humann isn't working and I'm wondering it you know if I can convert ASCII to fastq format. When I view the originals and then these ASCII as a text file and look at the reads, it all kind looks the same to me. So it's a mystery to me and I'm wondering if anyone has encountered this? Can I convert ASCII text to fastq? Is it something wrong with the way I trimmed my files?