Main Content
bioinfo.pipeline.block.BamSort
Description
A BamSort
block enables you to sort BAM files. The block sorts
the alignment records by the reference sequence name first, and then by position within the
reference.
Creation
Description
creates a
b
= bioinfo.pipeline.block.BamSortBamSort
block.
also specifies the output file name.b
= bioinfo.pipeline.block.BamSort(outFileName
)
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
Version History
Introduced in R2023a