Skip to content

WDL Expressions in workflow input definitions #240

@mr-c

Description

@mr-c

Example:

String Outfile = basename(queryfa)+'.blast_result.txt'

  1. Synthesize a new step to compute a static value for each dynamic input, something like _calc_{inputname}: _calc_Outfile with a single output named result
  2. Rewrite all references to the original dynamic input to this static value: basically connecting _calc_OutFile/result instead of Outfile in all of the WorkflowStep.in sections

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions