Hello Folks!
Hope all of you are fine, doing well and everything around you is going well. I have a FASTA file of about 1GB that contains 16s sequences of different bacterial strains. I want to submit my data to NCBI where the only FASTQ format is accepted. I want to change the format but i don't know how to do that. so if anyone can help do reply it urgently. Am a beginner of Computational biology
Moderators' Note: OP does have a QUAL file along with the FASTA file.
Fastq stands for fasta files that contains Quality values for every single sequenced base
You can create fasta files by extracting the information from fastq files, but you can't do the reverse without having the quality values
I know this. thanks for trying to help me out.
Please avoid words such as "dear". They hold different connotations in different cultures, and in scientific forums, can come across as inappropriate or condescending. Instead of "Dear XYZ", try using "Hi XYZ" or "Hello XYZ". You can even omit it altogether.
As previous comments and answers have mentioned, it is not possible to convert a FASTA file to a FASTQ file without quality score information, however, you can always append dummy quality scores, but it is not advisable, especially if you are planning to deposit the data in public repositories.
On a separate note, NCBI accepts FASTA files for ribosomal sequences:
https://submit.ncbi.nlm.nih.gov/subs/genbank/
Dear Sej Modha.. I want to submit my data to the SRA portal and it accepts only FASTQ. I have scores but cannot add these
This answer your question to convert from fasta to fastq. which will assume qual score of 40.
Please try to find the origin of this fasta file.
A: convert FASTA into FASTQ using linux