Closed axiomcura closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.72%. Comparing base (
409d2aa
) to head (6caab11
). Report is 8 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@axiomcura - please take a look at my changes. They aim to simplify and clarify. I also removed the non-CellProfiler example that actually used CellProfiler data. This is too confusing and I think the updated function docstrings and error messages in #448 are sufficient. Lastly, I removed the table of contents which was in a strange place and I felt added more confusion than help
I like the changes @gwaybio! I agree that having the table of contents in the middle of the README was a bit confusin. It's much cleaner and more readable now.
@d33bs, waiting on your approval if the updated documentation is ready to be merged! c:
It looks like this is a duplicate of #448 ? @axiomcura - is this true? How are these different?
Taking a look at what's changed here, it looks like #448 is the correct PR and we should close this one.
(I'll plan on going through @d33bs comments and adding them to 448)
oh wait! I am the one confused. One sec
Thanks for the review @d33bs !
One thing I left for @axiomcura to address is this comment:
I noticed the image of the workflows could use maybe another block alongside CellProfiler (or some other method) to indicate the freedom to use other tools as desired (at the moment it visually communicates you can only use two tools to reach the workflows). Maybe there could be a mention of "Single-cell Profiling Software (e.g. CellProfiler, DeepProfiler, etc.)" (this is a bit too long but I think you can see what I mean!). See below:
@axiomcura - what do you think about dropping this figure in favor of your new figure 1? I propose that you rename the existing file (maybe to something like pipeline_legacy.png
) and add a high res version of figure one (naming it pipeline.png
)
update, looks like macos runners aren't picking up the jobs. Since ubuntu and other integration tests passed and this PR doesn't touch code, I will merge to reduce delays
Description
Thank you for your contribution to pycytominer! Please succinctly summarize your proposed change. What motivated you to make this change?
This PR updates the README with instructions on how to handle morphological features extracted from software other than CellProfiler. These changes were conducted due to a reviewer’s comment/suggestion.
Please also link to any relevant issues that your code is associated with.
What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.