-
Notifications
You must be signed in to change notification settings - Fork 14
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
Integrate BigStream2 #38
Comments
Nextflow bigstream registration pipeline is already available in the dev branch and at this point it just needs updated documentation of the new parameters. It currently exposes mostly ransac parameters and some affine_align and deform_align parameters: ransac params:
configure_irm params:
deform_args:
Mask parameter is also available Bigstream has a lot of parameters that can be tweaked and not all of them are immediately obvious. Some of these parameters can really influence the registration result so if you find any that really improved your registration result, which is not listed above please let us know. |
Thanks! Apart from the parameters that you mentioned above, we also need to use the following params: ransac_kwargs:
affine_kwargs:
deform_kwargs:
Also, we really need the documentation of the new params to guide us how to set these params correctly. Thank you for your help. |
@GFleishman do you have any documentation for the BigStream parameters that we can add to the EASI-FISH pipeline documentation? |
Integrate BigStream2 to replace BigStream1 for registration. Compare results and performance.
The text was updated successfully, but these errors were encountered: