Question: Convert paired end fastq file to fasta format
2
Abdul Rafay Khan • 1.1k wrote:
Merge reads1 and read2 by using shuffleSequences_fastq.pl script:
perl shuffleSequences_fastq.pl Read1.fastq Read2.fastq ReadsMerge.fastq
Now how to convert paired end fastq file into fasta format correctly?
Answer from HengLi: A: Fastq Convert To Fasta
As much as I dislike the absence of reformat.sh from the solutions, I agree that this is a good answer.