Function
indexCreate
Creates a specific Fibre.
indexCreate(index, fibre_tag[, algo_tag])
Parameters
index
The Index object holding the fibre.
Types: Index
fibre_tag
A tag that identifies the Fibre (e.g. ESA_SA).
algo_tag
A tag that identifies the algorithm which is used to create the fibre.
Default: The result of DefaultIndexCreator.
Return Values
A bool which is true on a successful creation.
Remarks
indexCreate calls the fibre corresponding createXXX(..) function (e.g. createSuffixArray).
SeqAn - Sequence Analysis Library - www.seqan.de