nimwegenLab / moma

MoMA - the MotherMachine Analyzer
0 stars 0 forks source link

moma_batch_run skips GLs during (re-)export #9

Open michaelmell opened 1 year ago

michaelmell commented 1 year ago

When a batch export is aborted, it can leave the GL analysis folders in a state, where they are skipped by subsequent export runs. This leads to the GLs never being exported.

TheoGervais commented 1 year ago

@michaelmell wrote this as an answer in #8 : "2) As for the second issue: Lis reported this issue with GLs being skipped during export. I created an issue for it https://github.com/michaelmell/MoMA/issues/9 and looking into it."

For clarification, in the case of those growth lanes, it looks like the export do not skip it, rather looks like it runs normally, loading the GLs frames and so on, but just does not create an export file (without throwing an error), which will happen again every time the export is re-run (since it was not yet exported). On the contrary, the GLs that have no problems are skipped after being exported once, which is what is expected.