CommandLineBinding.loadContents_

Use of loadContents in InputBinding is deprecated. Preserved for v1.0 backwards compatability. Will be removed in CWL v2.0. Use InputParameter.loadContents instead. Only valid when type: File or is an array of items: File. Read up to the first 64 KiB of text from the file and place it in the "contents" field of the file object for use by expressions.

class CommandLineBinding
Either!(None, bool) loadContents_;

Meta