bioinfo.pipeline.block.BwaIndex
Bioinformatics pipeline block to create BWA indices from reference sequences
Since R2023a
Description
A BwaIndex
block enables you to create BWA index files from
reference sequences.
The block requires the BWA Support Package for Bioinformatics Toolbox™. If the 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.BwaIndexBwaIndex
block.
also specifies additional b
= bioinfo.pipeline.block.BwaIndex(options
)options
.
specifies additional options as the property names and values of a b
= bioinfo.pipeline.block.BwaIndex(Name=Value
)BWAIndexOptions
object. This object is set as the value of the
Options
property of the block.
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] Li, Heng, and Richard Durbin. “Fast and Accurate Short Read Alignment with Burrows-Wheeler Transform.” Bioinformatics 25, no. 14 (July 15, 2009): 1754–60. https://doi.org/10.1093/bioinformatics/btp324.
[2] Li, Heng, and Richard Durbin. “Fast and Accurate Long-Read Alignment with Burrows–Wheeler Transform.” Bioinformatics 26, no. 5 (March 1, 2010): 589–95. https://doi.org/10.1093/bioinformatics/btp698.
Version History
Introduced in R2023a