Main Content
bioinfo.pipeline.datatype.File
Description
A bioinfo.pipeline.datatype.File
object represents a file or an
array of files that you can use in a bioinformatics pipeline. This object ensures that the
file paths can be shared between blocks in a pipeline.
Tip
For most workflows, use a FileChooser
block to select input files for
your pipeline. You might create this File
object by itself when you are
implementing your own block subclasses and want to share the files between blocks in your
pipeline.
Creation
Description
Input Arguments
Object Functions
unwrap | Display full file path and name |
Examples
Version History
Introduced in R2023a