-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
force recomputation #25
Comments
Chris and I had discussed this when I added the This would change the default behavior to skipping subjects if the subject directory exists unless force-recompute is present, but if you want to run e.g., autorecon3, you would also have to set force-recompute, which may be confusing, but could be explained. Chris, what do you think? An alternative could be a On further reviewing the code, I believe the |
That's probably on purpose. If only parts of |
well, the default is all, but what if you need to correct the
cross-sectional segmentation? I suppose in that case you are just running
the single participant, but I think with the current control logic, that's
the command that would be run...
…----------------------------------------------------------------
Alexander Li Cohen, M.D., Ph.D.
E-mail: [email protected] (Medical/Science Email)
E-mail: [email protected] (Lifetime Email)
----------------------------------------------------------------
On Tue, Jan 31, 2017 at 12:44 PM, Franz Liem ***@***.***> wrote:
On further reviewing the code, I believe the stagesoptions is missing from
the first round run.py lines 158 and 162, which also needs to be fixed.
That's probably on purpose. If only parts of recon-all -all is run at the
cross-sectional phase, it think it is not possible to create a base image.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIPa_0_l-KIaK7qGC_gDPgETv9TCWmMlks5rX3MagaJpZM4LyXPi>
.
|
Ahoi hoi @fliem and @alexlicohen, was there any further discussion re this? Cheers, Peer |
I think we can go ahead and close the issue.
…-Alex
On Dec 16, 2020, at 9:40 AM, Peer Herholz ***@***.***> wrote:
Ahoi hoi @fliem <https://github.com/fliem> and @alexlicohen <https://github.com/alexlicohen>,
was there any further discussion re this?
Otherwise, we could close this issue.
Cheers, Peer
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#25 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ACB5V7ZF2K3EOTIZ2RRIGALSVDBGBANCNFSM4C6JOPRA>.
|
Ok, thx @alexlicohen! |
{fsid}/scripts/IsRunning.lh+rh
file. If it is there we remove the folder and start from scratch.{fid}
folder. If that's the case, we run theresume_cmd
. If the recon-all has been completed, that seems to recompute everything.How about adding an input argument that needs to be set to recompute everything (like
--force-recompute
)? That wayThe text was updated successfully, but these errors were encountered: