cromwell icon indicating copy to clipboard operation
cromwell copied to clipboard

Unknown engine function: 'as_map'

Open linlin-coder opened this issue 4 years ago • 1 comments

i cannot use function as_map to convert Array[Pair[String, File]] to Map[String, File] when i using cromwell or womtool,the executing software edition of i used is number 62 whether cromwell or womtool ,The screenshot is as follows: image

linlin-coder avatar May 14 '21 08:05 linlin-coder

WDL version 1.0 does not have the as_map keyword. You will have to use the WDL version development which contains this new function by starting the WDL with the header:

version development

freeseek avatar Jul 06 '21 14:07 freeseek