Hi Laurent. Laurent Bloch wrote: > Here is my try on it. Besides the ugly copying operations, it seems to me > that the multiline option doesn't make what I was waiting for: finding a > pattern across a newline.
Your raw-sequence-file.txt does not contain any newlines, just some ASCII codes 0. Please try replacing these 0s by real newlines (decimal 10). Ciao Sven