InitialWorkDirRequirement

Define a list of files and subdirectories that must be created by the workflow platform in the designated output directory prior to executing the command line tool.

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Static variables

class_
auto class_;

InitialWorkDirRequirement

Variables

listing_
Union!(Union!(File, Directory, Dirent, string, Expression)[], string, Expression) listing_;

The list of files or subdirectories that must be placed in the designated output directory prior to executing the command line tool.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta