[Seqan-dev] Specific problem
- From: Julio Cesar Carbajal <carbaj1@hotmail.com>
- To: Tobias R. <seqan-dev@lists.fu-berlin.de>
- Date: Fri, 11 Feb 2011 14:42:39 +0000
- Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Subject: [Seqan-dev] Specific problem
Hello. Forgive me. I am using a external file such as lagan1.fasta (Escherichia coli) with demo program: find_exact.cpp. During the running of the program, the program NO PRINT occurrences of needle in the haystack. /// // the problem: NO PRINT the find position of my_needle within the my_haystack. // How to solve this problem? while (find(finder, pattern)) { ::std::cout << position(finder) << ","; } /// I am doing this, because it is my intention to measure the run time execution of Horspool algorithm, with different size of my_needle for this situation. Could you say me how to solve this problem. Thanks. Julio. |
- Follow-Ups:
- Re: [Seqan-dev] Specific problem
- From: "Reinert, Knut" <Knut.Reinert@fu-berlin.de>
- Re: [Seqan-dev] Specific problem
-
seqan-dev - February 2011 - Archives indexes sorted by:
[ thread ] [ subject ] [ author ] [ date ] - Complete archive of the seqan-dev mailing list
- More info on this list...