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 assay_comparison and ISS notebooks #698

Merged
merged 1 commit into from
Oct 11, 2018
Merged

Conversation

ttung
Copy link
Collaborator

@ttung ttung commented Oct 10, 2018

Both notebooks had datasets where the tile shapes were not consistently provided. spacetx/slicedimage#72 broke the recording of the tile shape, and spacetx/slicedimage#73 fixes it.

Test plan: make -j run__notebooks/py/ISS_Pipeline_-_Breast_-_1_FOV.py run__notebooks/py/assay_comparison.py

Both notebooks had datasets where the tile shapes were not consistently provided.  spacetx/slicedimage#72 broke the recording of the tile shape, and spacetx/slicedimage#73 fixes it.

Test plan: `make -j run__notebooks/py/ISS_Pipeline_-_Breast_-_1_FOV.py run__notebooks/py/assay_comparison.py`
@codecov-io
Copy link

Codecov Report

Merging #698 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #698   +/-   ##
=======================================
  Coverage   88.04%   88.04%           
=======================================
  Files         121      121           
  Lines        4132     4132           
=======================================
  Hits         3638     3638           
  Misses        494      494

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb0e96e...f51e50c. Read the comment docs.

@ttung ttung merged commit 0b9c84d into master Oct 11, 2018
ttung pushed a commit that referenced this pull request Oct 17, 2018
1. There is a top-level field that is `images`, and that includes both primary images and auxiliary images.  Auxiliary images are addressed as <fov_object>[<image_name>].  The primary image is a special case, where the image name = "primary".
2. Updated the sptx-format schema and examples.
3. Updated the notebooks.
4. Of note is that we are _not_ deprecating 4.0.0. The format is close enough I added a read path for it! I did not convert the iss_breast full experiment data set to the new format.

Fixes #625

Depends on #698

Test plan: make -j tests run_notebooks
ttung added a commit that referenced this pull request Oct 17, 2018
1. There is a top-level field that is `images`, and that includes both primary images and auxiliary images.  Auxiliary images are addressed as <fov_object>[<image_name>].  The primary image is a special case, where the image name = "primary".
2. Updated the sptx-format schema and examples.
3. Updated the notebooks.
4. Of note is that we are _not_ deprecating 4.0.0. The format is close enough I added a read path for it! I did not convert the iss_breast full experiment data set to the new format.

Fixes #625

Depends on #698

Test plan: make -j tests run_notebooks
@ttung ttung deleted the tonytung-fix-notebooks branch October 25, 2018 05:55
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.

None yet

3 participants