SeqSplitOptions
Description
A SeqSplitOptions object contains options to split sequences into
multiple files based on barcodes. This object is used as the value of
Options property of the bioinfo.pipeline.block.SeqSplit block.
Creation
Syntax
Description
creates a optionsObj = bioinfo.pipeline.options.SeqSplitOptionsSeqSplitOptions object with default property values.
sets properties using
one or more name-value arguments. optionsObj = bioinfo.pipeline.options.SeqSplitOptions(Name=Value)Name is the property name and
Value is the property value. For example, optionsObj =
bioinfo.pipeline.options.SeqSplitOptions(MaxMismatches=2) specifies to allow
up to two mismatches during barcode matching.
Properties
Version History
Introduced in R2023a