weigertlab / spotiflow

Accurate and efficient spot detection for microscopy data
BSD 3-Clause "New" or "Revised" License
46 stars 4 forks source link

Add docker container #10

Open migueLib opened 2 weeks ago

migueLib commented 2 weeks ago

I'm part of the developer team of nf-core/mcmicro an nf-core/nextflow pipeline that transforms multi-channel whole-slide images into single-cell data.

We would like to integrate spotiflow as a module in the pipeline, to do so we require a docker container. I have already created a docker container with some modifications to the CLI #9 (you can find the docker here. That said it makes a lot more sense to create a docker container from the original (this) repository, I'm happy to provide the current dockerfile, the github action to produce the package and any other help.

Thank you! Cheers, Miguel :)

AlbertDominguez commented 2 weeks ago

Hi Miguel,

Thanks for this, I think it is very useful!I just checked your forked repo where you did this nice work, looks good! I think it shouldn't be too hard to adapt to the original (this) repo. Feel free to PR some adapted changes (along with or separate from the CLI one) if you have the time, otherwise I'll check and adapt it myself in the following weeks!