Register FIB data in ISPyB#805
Open
tieneupin wants to merge 10 commits into
Open
Conversation
7c7f895 to
c747bfb
Compare
c747bfb to
67bf24f
Compare
…t the end of the function, and both new and old entries are populated or updated correctly
67bf24f to
409f9a4
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #805 +/- ##
==========================================
+ Coverage 52.12% 52.22% +0.09%
==========================================
Files 96 97 +1
Lines 10402 10448 +46
Branches 1377 1384 +7
==========================================
+ Hits 5422 5456 +34
- Misses 4696 4704 +8
- Partials 284 288 +4 🚀 New features to boost your workflow:
|
… using FIB atlas data
949aa3c to
df5c51a
Compare
df5c51a to
06d9cac
Compare
… needed for one function
| ) | ||
|
|
||
| # Mock the metadata returned from the image file | ||
| import murfey.workflows.fib.register_atlas |
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.
Extends the existing FIB data registration workflow to insert a DataCollectionGroup and Atlas into ISPyB for each unique sample detected.
Currently inserts the path to the real image, as thumbnail generation logic hasn't been implemented yet.