angelolab / ark-analysis

Integrated pipeline for multiplexed image analysis
https://ark-analysis.readthedocs.io/en/latest/
MIT License
70 stars 25 forks source link

Single mantis directory #1061

Closed camisowers closed 11 months ago

camisowers commented 11 months ago

If you haven't already, please read through our contributing guidelines before opening your PR

What is the purpose of this PR?

Closes #669 and closes #1059. Creates a single top level mantis directory for notebooks 2, 3, and 4, to avoid duplicate files.

How did you implement your changes

Remaining issues

review-notebook-app[bot] commented 11 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

ngreenwald commented 11 months ago

I think we should have a prefix so that all the masks are next to one another in alphabetical order when opening files in Mantis. Makes it easier to find the one you're looking for

cliu72 commented 11 months ago

I think we should have a prefix so that all the masks are next to one another in alphabetical order when opening files in Mantis. Makes it easier to find the one you're looking for

They all start with "population_" then with the suffix after - which will make them all easy to find I think? Since you're opening one FOV in mantis at a time anyways, you can just look for all the files that start with "population"

camisowers commented 11 months ago

I think we should have a prefix so that all the masks are next to one another in alphabetical order when opening files in Mantis. Makes it easier to find the one you're looking for

Currently they all have a built in prefix of "population". So masks by default are population_pixel_mask.tiff, population_cell_mask.tiff, etc. We can change that to be something higher alphabetically if that would be more convenient.

ngreenwald commented 11 months ago

Okay perfect