-
Notifications
You must be signed in to change notification settings - Fork 15
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
Manualseg #34
Conversation
Was combining nnunet tissue seg with subfields, instead of post-processed tissue seg with subfields. Probably had a minor effect on the final dseg, but fixed now anyways
autotop rule for man segs needed updating, and the nnunet rules file is now only included if manual segs are not used.
does this require a fresh install? |
No
…On Thu., Feb. 11, 2021, 12:17 p.m. jordandekraker, ***@***.***> wrote:
does this require a fresh install?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXV2XILGVTFWJDVHEOMSU3S6QGLDANCNFSM4XPFEARQ>
.
|
@jordandekraker I reverted your two recent commits since they're not related to manual seg input.. Can you check to make sure your data is named as in the test dataset and you can do a dry run like below but on your data?
|
I think this problem is solved now with 3668df2 |
Sounds good I'll merge this in |
Unfortunately this seems to have broken again :/
When I use this with actual data, a /results directory is created but no /work directory. If i remember correctly, manual segs would be put into the /work directory with the name sub-001_hemi-Lflip_space-corobl_desc-nnunet_dseg.nii.gz. Could perhaps be that because nnunet.smk is no longer being called, this file is not being recognized as a dependency for autotop.smk and therefore the preprocessing is also not recognized as a dependency? |
hmm let me take a look -- I set aside some time now for hippunfold stuff, so good timing! |
just tried it is failing for that bids test dataset too -- looks like I never added that test case which is why it slipped it -- anyways will have a look to fix it now! |
sorry just realize that I didn't copy the command for the error above - it was the test case code. But this seems to be working now, thanks for taking a look and the quick fix! |
No worries! Was a good lesson for me to always make sure I add new workflow
variants to the test case, as it is easy to break things when we add new
features.. Also learned that you can easily compare things in github by
just adding compare to the url..
Going to have a v0.4.0 ready soon as well, just putting some final changes
in --
…On Wed, Apr 21, 2021 at 9:59 AM jordandekraker ***@***.***> wrote:
sorry just realize that I didn't copy the command for the error above - it
was the test case code. But this seems to be working now, thanks for taking
a look and the quick fix!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACXV2XLQB67MH2IYO3XFL5DTJ3K2LANCNFSM4XPFEARQ>
.
--
*Ali R. Khan, PhD*
Canada Research Chair in Computational Neuroimaging
Assistant Professor, Medical Biophysics
Scientist, Robarts Research Institute
Schulich School of Medicine & Dentistry, Western University
e. ***@***.***
t. 519.931.5777 (x24280)
w. www.khanlab.ca
|
fixes to get manual seg import working again