Remove redundant CLEM workflow logic - #867
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #867 +/- ##
==========================================
- Coverage 54.82% 54.74% -0.08%
==========================================
Files 104 101 -3
Lines 11346 11239 -107
Branches 1496 1489 -7
==========================================
- Hits 6220 6153 -67
+ Misses 4796 4761 -35
+ Partials 330 325 -5 🚀 New features to boost your workflow:
|
tieneupin
force-pushed
the
redundant-clem-workflow-logic
branch
from
August 19, 2026 10:55
f796de7 to
6fb1048
Compare
tieneupin
marked this pull request as ready for review
August 19, 2026 11:44
stephen-riggs
approved these changes
Aug 19, 2026
stephen-riggs
left a comment
Contributor
There was a problem hiding this comment.
If you're confident none of this is needed it seems fine
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
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.
This is a follow-up PR to PR #861, in which the LIF and TIFF API endpoints and the CLEM result registration workflow were updated so that they constructed and posted the relevant recipes to the
processing_recipeservice instead of loading another workflow to do so. Now that we have tested and verified that the changes in the previous PR worked, the redundant API endpoints and workflows are removed in this PR.