Extend parameter type support to include Lists, Maps and compositions of these types
acknowledged
Rob Syme
Platform currently supports parameters that are simple types (strings, numbers, etc), but Nextflow supports more complex parameters via the params-file argument. These can be arbitrarily nested maps and lists. Currently workflows that expect this type of parameter will not be able to take those parameters in Platform due to the restrictions on parameter type. It would be helpful if users could specify these parameters in Platform without removing the
schema.json
.Rob Newman
marked this post as
acknowledged