We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfd9f0 commit 7af5a74Copy full SHA for 7af5a74
cwl_utils/cwl_v1_2_expression_refactor.py
@@ -706,8 +706,9 @@ def param_for_source_id(
706
707
TOPLEVEL_SF_EXPR_ERROR = (
708
"Input '{}'. Sorry, CWL Expressions as part of a secondaryFiles "
709
- "specification in a Workflow level input are not able to be refactored "
710
- "into separate ExpressionTool/CommandLineTool steps."
+ "specification in a Workflow level input or standalone CommandLine Tool "
+ "are not able to be refactored into separate ExpressionTool or "
711
+ "CommandLineTool steps."
712
)
713
714
TOPLEVEL_FORMAT_EXPR_ERROR = (
0 commit comments