genericworkflownodes / GenericKnimeNodes

Base package for GenericKnimeNodes
https://github.com/genericworkflownodes/GenericKnimeNodes
Other
15 stars 16 forks source link

Implement possibility to not set a parameter #263

Open jpfeuffer opened 5 years ago

jpfeuffer commented 5 years ago

Some tools have conflicting parameters (which they shouldnt for their default values, although many tools dont specify defaults) and since GKN always adds them, it comes to errors. We could accept empty strings (mind that we have to deactivate integer checking for empty strings then) and if the parameter is empty, it is not added.

jpfeuffer commented 5 years ago

And we have to allow the empty selection in the restricted strings. This maybe has to added in a CTD for such a tool.