in reply to Re: Keeping track of html tags
in thread Keeping track of html tags
What I'm doing is searching a file containing the genome of an organism for chunks of DNA sequence containing user-input snippets of DNA (multiple 10 base long binding sites). The %HoA consists of (for the keys) the name of the chromosome the match was found on, and the value of the hash is arrays where each element is the sequence of the matching pattern found on that chromosome.
What I'm trying to highlight is all the occurances of the 10 base snippets of user input DNA.
So, the text is scattered because each chunk of text corresponds to a different match to the search criteria.
THanks for your question,
Matt
|
|---|