genericworkflownodes / GenericKnimeNodes

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

Generation of nodes at KNIME Startup #148

Closed jpfeuffer closed 6 years ago

jpfeuffer commented 7 years ago

I found this by chance. It seems like they can generate the nodes during startup of KNIME. They use the NodeSet concept which came up already multiple times as an alternative to our approach. In general their concept is rather similar to ours (descriptors, bin folder, a lot of Abstract classes). https://github.com/chemalot/chemalot_knime

Maybe someday...

jpfeuffer commented 6 years ago

See the src/dynamic folder for a first implementation. Even includes some basic versioning. Also see the de.openms.dynamic repo for an example.