kymata-atlas / kymata-core

Core Kymata codebase, including statistical analysis and plotting tools
https://kymata.org
MIT License
5 stars 0 forks source link

Gridsearch should do the 'if file exists' check immediately #279

Closed neukym closed 3 weeks ago

neukym commented 2 months ago

It is often the case that users of the gridsearch invoker accidentally put the wrong file location or wrong file name into the config file. Due to the way source gridserach works, is often five minutes before the gridsearch realises that it doesn't have the files that are needed.

This issue would put additional if file exists checks at the beginning of the gridsearch invoker.

neukym commented 3 weeks ago

I think this does work better now, so removing until we have a good example.