In order to manually modify a .gff file I have, I need to find the start position of my gene in the FASTA-formatted genome of my animal (i.e. what # base is it in the sequence?). I have the sequence of this gene.
How do I do this as easily as possible (this is not an animal whose genome is readily available on the internet)?
What I have: the genome, in FASTA format; a GFF file containing an annotation for this organism's genome (which needs to be sorely updated); the sequence of this gene.
Thank you!