LoginSignup
0
0

More than 3 years have passed since last update.

CWLで気をつけたい文字"ハイフン"について

Posted at

概要

CWLのパラメータリファレンスを使っているだけなのに、なぜか InlineJavascriptRequirement が必要だというメッセージをみることがある。

結論

ハイフン - を使っていると、Javascriptとして解釈される可能性がある。
アンダースコア _ を使うのがよいとのこと

参考情報

以下のようなエラーメッセージがでる。

ERROR Workflow error, try again with --debug for more information:
ramda01.cwl:14:14: Expression evaluation error:
                   Syntax error in parameter reference '(inputs.runfolder-dir)'. This could be due
                   to using Javascript code without specifying InlineJavascriptRequirement.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0