You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cromwell (v90) seems to be storing or converting the Map[String, Array[String]] as Array[Pair[String, Array[String]]], and write_json() converts it into an array of objects.
Simpler structures like Map[String, String] seem to behave as expected in Cromwell.