Hi everyone,
I'm trying to find the genomic location of a list of sequences in the reference genome. So if my sequence is 'ACGTACGTAGTCATGC', I want as an output something like this:
chr1 position of the first nucleotide position of the last nucleotide
Are there any tools to do this? Blastn maybe? But since I have the reference genome locally installed, there might be some other options?
Do you only want exact matches? You can install blast locally, btw.
Yes indeed, only exact matches. About blast, indeed we have blast locally installed. But I'm not really experienced with blast. So I was wondering if there are other options.