-
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
Support for dax file input format #7
Comments
Hi @pranathivemuri, thanks for the suggestion, we'll definitely take it into account for a future version. |
Hi @krokicki thanks for your reply. If I were to implement it, would it require changing the first module i.e registration module to be compatible, or do other steps of the pipeline expect czi, mvl formats in any way? thanks in advance for your reply! |
@pranathivemuri, it would only require a change to the stitching module, specifically the code here: https://github.com/saalfeldlab/stitching-spark and here: https://github.com/JaneliaSciComp/multifish/blob/master/workflows/stitching.nf By the way, as a workaround, if you have a different stitching process you can use for your data, you could just find a way to convert your final data into N5 format, and place that into the expected locations (e.g. There are many ways to convert data to N5 format. If you can get your data into a TIFF series, there are two Nextflow-based TIFF to n5 converters here: |
New feature
Hi @krokicki! Thanks for the very well-written repo. wondering if you would add support for dax file format images that are obtained from imaging rounds from MERFISH? It seems like the pipeline currently takes in .czi and .mvl files as input
Proposal
Usage scenario
It could be used for the analysis of MERFISH data
Suggest implementation
The text was updated successfully, but these errors were encountered: