genericworkflownodes / GenericKnimeNodes

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

[FIX] FileMerger now also accepts lists of URIs #151

Closed jpfeuffer closed 7 years ago

jpfeuffer commented 7 years ago

I basically needed to allow the creation of FileStoreReferenceURIPortObjects from themselves. Otherwise you can not stack FileMergers. We even could think of extending the number of InputPorts, so you need less mergers. This is helpful if you need a lot of workflow branches with different settings (e.g. searches for different modifications in OpenMS). But it is not critical, at some point you should use a loop that accesses a table of modifications specified for each iteration anyway.

Do not merge yet. It will receive some cleanups.

jpfeuffer commented 7 years ago

Since there is probably no one else (except me) going to test it, I will merge and let trunk users test it.

jpfeuffer commented 7 years ago

Solves #139