Subject: [Seqan-dev] Seqan Suffix array creation and search
I'm new to Seqan and trying to create the suffix array from a large fa file (~500MB) and search for a particular pattern. I am using the "Index<Dna5String>" to create an index and "Finder" to create a finder based on that index, am I doing right? Also, if I would like to store the suffix array to hard disk what should I do?