knime-mpicbg / knime-scripting

knime-scripting includes scripting extensions for KNIME to integrate R, Matlab, Python and Groovy scripts. These extensions include a collection of nodes to develop and deploy templates in the respective languages.
https://github.com/knime-mpicbg/knime-scripting/wiki
Other
44 stars 25 forks source link

Scripting - enable rgg domain placeholder for multiple inputs #73

Open niederle opened 8 years ago

niederle commented 8 years ago

currently, only $$$DOMAIN('myColumn') is supported (for one input table). Should support $$$DOMAIN_1('myColumn') and so on to allow domain values for nodes with more than one input table (like for rgg column placeholders).