khanlab / hippunfold

BIDS App for Hippunfold (automated hippocampal unfolding and subfield segmentation)
https://hippunfold.readthedocs.io
MIT License
46 stars 12 forks source link

How to know when subjects are fully processed? #273

Closed vnbcs closed 7 months ago

vnbcs commented 8 months ago

Is there a way to quickly check if a subject is fully processed? Currently I'm checking for the presence of the qc folder in the output, but I'm worried that the subjects with a qc folder might not actually be done. I'm guessing there's a way to find this information in the logs, but I'm not sure what to look for. In addition to the logs saved in hippunfold/logs, I also save all the command line output to a separate log file.

Context: I'm running hippunfold using slurm (job scheduler), and I keep underestimating the amount of time needed to run the whole program, so not all the subjects finish by the time the jobs terminate. I'm not capable of actually looking at the imaging results - I'm running way too many subjects to manually check the contents of each folder.

Thanks!

jordandekraker commented 8 months ago

The easiest way to check is to see whether hippunfold/work/<YOUR_SUBJECT>_work.tar.gz exists, since this is the final step of the HippUnfold pipeline.

A few other tips:

I hope that helps!