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
Hi @illusional, just want to double check that this is something we have not implemented yet (or could it be just incorrect Janis syntax in declaring the ToolInput). Thanks!
Hey @junyk, the closest think you can do is .flatten() the input selector and then .join('separator'). In CWL you could implement a JS .map(el => func), and this is a relevant issue for WDL: openwdl/wdl#203
For some Bioinformatics tool, we may want to pass more than one pair of FASTQ files.
In Janis, it is declared like this:
In wdl, this input was translated into:
The command argument looked like this:
When running this, cromwell threw the following errors:
The text was updated successfully, but these errors were encountered: