Skip to content

Builder for cwl objects #5

@jefferys

Description

@jefferys

Might be nice to have a cwl object builder, which would work something like:

echoCwl <- newCwlObj( "echo" )
echoCwl <- cwlAddArgument( "message", "string" )
echoCwl <- cwlAddOption( "-e", "boolean" )

Position is managed by order added, with options before arguments. Can also specify if needed?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions