Skip to content
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

Fix atlas handling and transform file issues in bundle_seg #80

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

gagnonanthony
Copy link
Contributor

@gagnonanthony gagnonanthony commented Dec 12, 2024

When we changed how to provide a local copy of the bundle_seg atlas, we did not modify the path where the subworkflow fetches the files.

We don't have test data to include in the test suite, but I did try it locally, and everything runs smoothly.

@gagnonanthony
Copy link
Contributor Author

We should discuss what to do with the transform files as output from the registration scripts. As shown here, we might need to access only one of the two transformation files from the output channel. I'm not sure this is the best way to do it, because

  1. It is not intuitive to extract (flatten, then back to list, then map).
  2. It won't work if the user select rigid transform, since only one transformation file will be outputted.

I think we should separate the output files in individual channels. From my experience, this also facilitates the pipeline/subworkflows creation process. What do you think @AlexVCaron, @ThoumyreStanislas, @arnaudbore, @Manonedde ?

@gagnonanthony gagnonanthony changed the title Fix external atlas use in bundle_seg Fix atlas handling and transform file issues in bundle_seg Dec 13, 2024
@AlexVCaron
Copy link
Collaborator

Go for it ! I do agree it will make things easier. We implemented it that way to facilitate chaining transforms and prevent errors, but it just makes things harder and obscure.

@gagnonanthony
Copy link
Contributor Author

I've updated the registration scripts @AlexVCaron. However, I struggle to update the snap of synthregistration (I do not have 20GB of RAM available...). Could you update them?

@AlexVCaron
Copy link
Collaborator

I've updated the registration scripts @AlexVCaron. However, I struggle to update the snap of synthregistration (I do not have 20GB of RAM available...). Could you update them?

I'm on that !

@AlexVCaron
Copy link
Collaborator

@rerun-checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants