| Class | Cassiopee::Crawler |
| In: |
lib/cassiopee.rb
|
| Parent: | Object |
Base class to index and search through a string
| METHOD_DIRECT | = | 0 |
| METHOD_SUFFIX | = | 1 |
| FILE_SUFFIX_EXT | = | ".sfx" |
| FILE_SUFFIX_POS | = | ".sfp" |
| SUFFIXLEN | = | 'suffix_length' |
| ambiguous | [RW] | Ambiguity map (Hash) |
| comments | [RW] | Array of comment characters to skip lines in input sequence file |
| file_suffix | [RW] | Suffix files name/path |
| maxthread | [RW] | Max number fo threads to use (not yet used) |
| method | [RW] |
Method for search FORCE or SUFFIX
|
| useAmbiguity | [RW] | Use alphabet ambiguity (dna/rna) in search, automatically set with loadAmbiguityFile |
| useCache | [RW] | Manage basic cache to store previous match |
| use_store | [RW] | Use persistent suffix file ? |
Filter matches to be between min and max start position If not using use_store, search speed is improved but existing indexes are cleared If max=0, then max is string length Must be called after index creation or load