hassonlab / 247-encoding

Contains python scripts for performing encoding on 247 data.
0 stars 9 forks source link

Ignore electrodes that already have encoding results #78

Closed VeritasJoker closed 1 month ago

VeritasJoker commented 1 year ago

When running encoding, if the job exceeds time limit and doesn't finish, we will need to resubmit the job again. For instance, I submitted a bunch of job for 15 hours but it doesn't seem to be enough. I will have to resubmit them for 20 hours and rerun everything again.

We should have a condition where it ignores the electrodes that we already ran encoding for so we won't need to rerun the whole thing again.

VeritasJoker commented 1 year ago

The hack works for now. Still need to fix the summary file but not a priority