-
Notifications
You must be signed in to change notification settings - Fork 40
Feat/v0.5 #575
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
Merged
Merged
Feat/v0.5 #575
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: containerized plate extraction and run with cwl.
…original intensities.
…-tool depends on segmentation/rt-cetsa-plate-extraction-tool
Closed
liuji1031
pushed a commit
to liuji1031/image-tools
that referenced
this pull request
Jan 28, 2025
* feat: added plate extraction tool * feat: added intensity extraction tool * fix: plate extraction tool * fix: rt_cetsa intensity extraction tool. * fix: rt_cetsa intensity extraction * fix: rt_cetsa segmentation. * fix: intensity extraction. Filepattern provides lexicographic ordering. feat: containerized plate extraction and run with cwl. * feat: containerized and make intensity extraction runnable in a cwl workflow. * feat: save plate params when extracting plates. * dev: faster intensity extraction. * fix: cropped plate params. * fix: intensity extraction: fast implementation based on plate params. * fix: intensity extraction. Now extract a larger area to get close to original intensities. * dev: cleanup how segmentation mask is generated. * dev: replace tifffile by bfio. Stored roi_radius in plate_params. * dev: improve cli. Sorting now available from package methods. * feat: updated intensity extraction tool. * Bump version: 0.1.0 → 0.2.0-dev0 * feat: update extraction tool. * Bump version: 0.1.0 → 0.2.0-dev0 * fix: return extract signal df. optional temp in cwl * fix: package dependencies. * chore: cleanup before PR. * fix dependency on plate extraction to fix docker build. * chore: add dummy tests to pacify git actions. * fix: remove bfio and use tifffile for docker integration. * feat: process new rt_cetsa dataset. Preprocess with Median filter. * Bump version: 0.2.0-dev0 → 0.3.0-dev0 * feat: updated intensity extraction - temp extracted from filename. * Bump version: 0.2.0-dev0 → 0.3.0-dev0 * fix: intensity extraction now depends on segmentation 0.3.0-dev0 * feat: more robust wells detection. * Bump version: 0.3.0-dev0 → 0.4.0-dev0 * Bump version: 0.3.0-dev0 → 0.4.0-dev0 * fix: rt-cetsa-intensity-extraction-tool dependencies * fix: rt-cetsa-intensity-extraction-tool dependencies * fix: rt-cetsa-intensity-extraction-tool dependencies * fix: multi tool docker image : features/rt-cetsa-intensity-extraction-tool depends on segmentation/rt-cetsa-plate-extraction-tool * Bump version: 0.4.0-dev0 → 0.5.0-dev0 * fix: deleted tests for large local images. * Bump version: 0.4.0-dev0 → 0.5.0-dev0 * fix test spacing preventing git actions. --------- Co-authored-by: Najib Ishaq <najib_ishaq@zoho.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RT_Cetsa latest and final updates.