is it possible to convert fasta to fastq format without quality scores? if not how one can get quality scores of fasta sequences already in the genebank? i am retrieving sequences of clone libraries which are longer than HTP sequences and available only in fasta format. i have to process these files in QIIME pipeline
Seem seqtk seq has no -F option:
Usage: seqtk seq [options] <in.fq>|<in.fa>
Options: -q INT mask bases with quality lower than INT [0]
-F CHAR fake FASTQ quality []
Make sure you have the current version.
Hi there. I am also trying to replace my 4th line quality scores with fake ones, but it does not work although I have the latest seqtk. Do you know what could be wrong or if there are other possible solutions? Cheers!