Entering edit mode
2.2 years ago
ateh
•
0
Hi, I am fairly new to bioinformatics. I have a set of fastq files. I will like to get them to a fasta format for genome annotation using prokka. I will appreciate any guidance on how to go about this. Thanks.
Using reformat.sh from BBMap suite
fastawrap
will wrap the lines after a number of bases you set if you have long reads. (optional if you have short reads)I'm not familiar with the application; is a simple conversion what OP needs? Not making a consensus?
Probably not but we work our way through.
We start with this, if it is a simple request:
but since the next sentence says
they probably need to end up with this --> Is there a way to convert a FASTQ file to FASTA file?
99% of the requests for "fastq to fasta" should not do that literal conversion. instead, you should be performing a genome assembly of the FASTQ reads into a de-novo genome assembly (which creates a fasta format file) or align your FASTQ reads to a reference genome. GenoMax summarized it in his comment below also From fastq files to fasta
Thank you. While genome alignment tool will you recommend. I know there are a handful out there but will appreciate your thoughts.