You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In certain cases the output to one file needs to be loaded and passed as a string argument to a task downstream.
For example stage below converts the region id to its respective acronym and saves it as a region_file txt. init_cells needs to load the contents of that file, i.e. the acronym to pass it as a command argument.
In certain cases the output to one file needs to be loaded and passed as a string argument to a task downstream.
For example
stage
below converts the region id to its respective acronym and saves it as aregion_file
txt.init_cells
needs to load the contents of that file, i.e. the acronym to pass it as a command argument.See the spec for more details: https://www.commonwl.org/v1.1/Workflow.html#File
The text was updated successfully, but these errors were encountered: