bioinfo.pipeline.block.Bowtie2Build
Bioinformatics pipeline block to create Bowtie2 index from reference sequence
Since R2023a
Description
A Bowtie2Build
block enables you to create index files from a
reference sequence.
The block requires the Bowtie 2 Support Package for Bioinformatics Toolbox™. If this support package is not installed, then a download link is provided. For details, see Bioinformatics Toolbox Software Support Packages.
Creation
Syntax
Description
creates a b
= bioinfo.pipeline.block.Bowtie2BuildBowtie2Build
block.
also specifies additional b
= bioinfo.pipeline.block.Bowtie2Build(options
)options
.
specifies additional options as the property names and values of a b
= bioinfo.pipeline.block.Bowtie2Build(Name=Value
)Bowtie2BuildOptions
object. This object is set as the value of the
Options
property of the block. For example, bt2buildBlock
= bioinfo.pipeline.block.Bowtie2Build(ForceLargeIndex=true)
sets the
ForceLargeIndex
property of the object to force the creation of a
large index even if the reference is less than 4 billion nucleotides long.
Input Arguments
Properties
Object Functions
compile | Perform block-specific additional checks and validations |
copy | Copy array of handle objects |
emptyInputs | Create input structure for use with run method |
eval | Evaluate block object |
run | Run block object |
Examples
References
[1] Langmead, B., and S. Salzberg. "Fast gapped-read alignment with Bowtie 2." Nature Methods. 9, 2012, 357–359.
Version History
Introduced in R2023a