MICA-MNI / micapipe

micapipe from the Multimodal imaging and connectome analysis lab (http://mica-mni.github.io) at the Montreal Neurological Institute. Read The Docs documentation below
http://micapipe.readthedocs.io
GNU General Public License v3.0
80 stars 27 forks source link

-force flag on proc_dwi deletes proc_structural through post_structural output #87

Closed ajschadler12 closed 11 months ago

ajschadler12 commented 12 months ago
rcruces commented 11 months ago

Hello,

Indeed the -force flag is not specific per module. When you use it it will erase all the subject's directory and re-process everything. If for any reason you would like to erase a specific module before re-runing the option -cleanup is the one that will erase it.

If you want to erase a module created by proc_dwi use the following flags: micapipe -sub <SUB> -ses <SES> -cleanup -acqStr <DWI-NAME> -proc_dwi

It's a good observation that the option force should overwrite the module. We'll keep it in mind for future implementations.