I have been given a fasta file having short map reads obtained from some next generation sequencing method i have not been provided with the fastq file.What would be the best tool or best way to assemble these sequences either denovo or using a reference database. I was looking at bioperl howto : Short-read assemblies with BWA but it seems that it requires fastq files too. Please let me know the best way to go about in getting the best assembly possible.
BWA maps reads to a reference, and you should be able to do that by just adding fake qualities, like Pierre suggests - possibly using decreasing quality towards the end of the reads. Many de novo assemblers ignore quality anyway (typically using de bruijn graph assembly), but I haven't been able to get very good results from them.