Closed rrahn closed 5 years ago
@jpfeuffer I changed the PR according to our discussion. It now uses the isList value in the expandParameter function to trigger different expansions.
Nice. Could you test it already?
Yes I tested it with seqan_tcoffe node.
Fixes #237
In this fix the CommandLineGenerator treats each command line value as a separate list. Thus later on when expandingCommands is invoked each value can be prefixed with the list option name.
Note
The question remains, whether the the first option given in #237 was intended. If this was intentional we need another solution such that depending on the node model either the first option or the second option for the parameterlist command generation can be choosen.