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,
when using rabix composer (v1.0.2 but same behavior with previous version) to develop a tool that takes as argument a list, although I set the shellQuote option to false when the command line is constructed it puts the arguments in single quotes
Hello @kmavrommatis sorry you are having this problem.
Rabix Executor is not maintained anymore and I request that you run your CWL with cwltool or Toil instead. An upcoming release of Rabix Desktop Composer will allow you to select your default cwl executor.
Did Composer construct the command line preview correctly, by the way? Thank you!
Hi, thanks for the response.
looking forward to the capability of selecting the cwl executor.
Regarding your question:
Did Composer construct the command line preview correctly
If you are referring to the command line that is shown on the GUI (i.e. Visual Editor), it appears that the command line is correct, although selecting or deselecting the option 'shellquote' on the GUI does not change it.
Thanks again for your prompt response
K
Hi,
when using rabix composer (v1.0.2 but same behavior with previous version) to develop a tool that takes as argument a list, although I set the shellQuote option to false when the command line is constructed it puts the arguments in single quotes
e.g.
CWL tool:
and the output of rabixComposer is
and eventually it fails because it sees as input the concatenated string of the input files.
cwltool on the other hand parses this correctly and executes the tool.
Thanks in advance for your help and advice.
The text was updated successfully, but these errors were encountered: