-
Notifications
You must be signed in to change notification settings - Fork 3
Resolve conflicts for master #81
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
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
…ero (#71) The ETL script and related modules can now properly register metadata properties in the OMERO server as key-value pairs. The ETL script now reads the TSV and creates a property map for each file, it then uses the backend module to register the property pairs. I verified that the metadata properties are properly registered in the OMERO server. this is a sample of the ETL output for test dataset 3: New incoming image file for OMERO registration: /home/qeana10/dss/store/1/pre-staging/2021-02-25_12-46-46-408_register-omero-metadata_QIMGT654A2/QIMGT654A2/sub_tomo_1.mrc Created OMERO image identifiers: ['11035'] Metadata properties: KEY : VALUE --> SAMPLE_BARCODE : QIMGT649A1 --> IMAGING_MODALITY : Cryo-ET --> IMAGE_BINNING : 2 --> IMAGED_TISSUE : cell --> CAMERA_ACQUISITION_TIME : 0.15 --> INSTRUMENT_MANUFACTURER : FEI New incoming image file for OMERO registration: /home/qeana10/dss/store/1/pre-staging/2021-02-25_12-46-46-408_register-omero-metadata_QIMGT654A2/QIMGT654A2/rubisco_avg.mrc Created OMERO image identifiers: ['11036'] Metadata properties: KEY : VALUE --> SAMPLE_BARCODE : QIMGT649A1 --> IMAGING_MODALITY : Cryo-ET --> IMAGE_BINNING : 2 --> IMAGED_TISSUE : cell --> CAMERA_ACQUISITION_TIME : 0.15 --> INSTRUMENT_MANUFACTURER : FEI New incoming image file for OMERO registration: /home/qeana10/dss/store/1/pre-staging/2021-02-25_12-46-46-408_register-omero-metadata_QIMGT654A2/QIMGT654A2/Image7246.tif Created OMERO image identifiers: ['11037'] Metadata properties: KEY : VALUE --> SAMPLE_BARCODE : QIMGT649A1 --> IMAGING_MODALITY : TEM --> IMAGE_BINNING : 2 --> IMAGED_TISSUE : leaf --> CAMERA_ACQUISITION_TIME : 0.15 --> INSTRUMENT_MANUFACTURER : Zeiss New incoming image file for OMERO registration: /home/qeana10/dss/store/1/pre-staging/2021-02-25_12-46-46-408_register-omero-metadata_QIMGT654A2/QIMGT654A2/Est-B1a.lif Created OMERO image identifiers: ['11038', '11039', '11040', '11041'] Metadata properties: KEY : VALUE --> SAMPLE_BARCODE : QIMGT649A1 --> IMAGING_MODALITY : confocal_microscopy --> IMAGE_BINNING : 2 --> IMAGED_TISSUE : root --> CAMERA_ACQUISITION_TIME : 0.15 --> INSTRUMENT_MANUFACTURER : Zeiss New incoming image file for OMERO registration: /home/qeana10/dss/store/1/pre-staging/2021-02-25_12-46-46-408_register-omero-metadata_QIMGT654A2/QIMGT654A2/Image_1.czi Created OMERO image identifiers: ['11042'] Metadata properties: KEY : VALUE --> SAMPLE_BARCODE : QIMGT649A1 --> IMAGING_MODALITY : confocal_microscopy --> IMAGE_BINNING : 2 --> IMAGED_TISSUE : leaf --> CAMERA_ACQUISITION_TIME : 0.15 --> INSTRUMENT_MANUFACTURER : Zeiss New incoming image file for OMERO registration: /home/qeana10/dss/store/1/pre-staging/2021-02-25_12-46-46-408_register-omero-metadata_QIMGT654A2/QIMGT654A2/Image_2.czi Created OMERO image identifiers: ['11043'] Metadata properties: KEY : VALUE --> SAMPLE_BARCODE : QIMGT649A1 --> IMAGING_MODALITY : confocal_microscopy --> IMAGE_BINNING : 2 --> IMAGED_TISSUE : leaf --> CAMERA_ACQUISITION_TIME : 0.15 --> INSTRUMENT_MANUFACTURER : Zeiss
Feature/omero openbis metadata
* Handle registration of imaging data and metadata (OMERO and openBIS) * Update drop-boxes/register-omero-metadata/register-omero.py * format omero ids correctly for openbis * handle datamover folders correctly Co-authored-by: wow-such-code <andreas.friedrich@uni-tuebingen.de>
luiskuhn
approved these changes
May 11, 2021
Contributor
luiskuhn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solid
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.
No description provided.