bmelinden / vbSPT

Analysis of Single Particle Tracking data
GNU General Public License v3.0
3 stars 3 forks source link

handle interrupted analysis #2

Open bmelinden opened 12 years ago

bmelinden commented 12 years ago

To make it more supercomputer friendly, the code need to handle dirty interruptions, for example as a result of running ut of time on a supercomputer job. My idea is to make the analysis script save intermediate results, e.g., each completed greedy search, to temporary files when completed. It should then be possible to restart the analysis without having to rerun all iterations.

bmelinden commented 12 years ago

In addition, a restart should ideally not remove old log entries.