I have a eukaryotic protein sequence and the corresponding contig containing the gene. I would like to recover the cDNA sequence (i.e. only the exons spliced together) . Are there any tools to do this? tblastn only gives me the fragments, but doesn't piece them together.
Thanks a lot for the answer! Exonerate works fine for my purposes with this command line: "exonerate --model protein2genome query.fa contig.fna --ryo ">%ti (%tab - %tae)n%tcsn" | less"