fastq to fasta conversion

cat test.fq | paste - - - - | cut -f 1,2 | sed 's/^@/>/' | tr "\t" "\n" > file.fa

你可能感兴趣的:(fastq to fasta conversion)