genericworkflownodes / GenericKnimeNodes

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

KNIME Loops overwrites FileStores after iteration #172

Open jpfeuffer opened 7 years ago

jpfeuffer commented 7 years ago

Except for the Parallel Loop because it creates "Metabranches". I think. Then they would be basically useless for us (e.g. the GroupLoop). We would need to write own versions of it. E.g. ZipGroupLoop? But it would still need to take tables, otherwise the files have no annotation. A mess. @timosachsenberg

timosachsenberg commented 7 years ago

hmm we should bring this up at the CIBI meeting. Maybe there is a more generic way than writing a Zip version for every loop type

jpfeuffer commented 7 years ago

@AlexanderFillbrunn: Just a heads-up 😅 I probably need input from you.

AlexanderFillbrunn commented 7 years ago

Can you send me a workflow that highlights the problem? Or you just show me tomorrow. Bernd will be in the office on Friday, so we should probably talk to him as well.

jpfeuffer commented 7 years ago

Okay. I will try to prepare something meaningful.

AlexanderFillbrunn commented 5 years ago

@jpfeuffer Hi, what's the status of this? Could you upload a small example workflow here? I am not sure I can fix it, since those file stores are a bit enigmatic, but I could maybe show it to someone at KNIME.

jpfeuffer commented 5 years ago

I will check again. Not sure if this was an always occurring issue or just some hiccups that I had..