Jun's Blog

Output, activities, memo and etc.

Entries from 2022-10-18 to 1 day

Converting FASTQ format to FASTA format

The FASTQ format is to combine the FASTA format + Quality info. Therefore, we can convert the FASTQ format into FASTA format, removing only the quality info. Here is the way: https://bioinformaticsworkbook.org/dataWrangling/fastaq-manipula…