Closed metazool closed 3 months ago
Considered adding documentation for the approach to intake
here (expected to really complete #12) but better to keep PRs small and actually finish them :D
current status: β
Overall Coverage
Lines Covered Coverage Threshold Status 123 105 85% 0% π’ New Files
File Coverage Status cyto_ml/tests/test_object_store.py 60% π’ TOTAL 60% π’ Modified Files
File Coverage Status cyto_ml/data/s3.py 64% π’ cyto_ml/tests/conftest.py 100% π’ TOTAL 82% π’ updated for commit:
73d5c1e
by actionπ
Updated to fix a test failure where .env
is present but with arbitrary string instead of ENDPOINT
location
Should bring this back in sync with the state of cyto-ML
project @Kzra - are you happy to add an approving review? Please also see an issue there about preserving more of the metadata during the decollaging process :D
Much appreciated, @albags !
See #12 for context (changes to the layout of the object store).
intake
metadata and catalog (just a file listing) have moved into the image buckets alongside thecyto_app
metadata.env
This is a small and quite blunt change - i think any more work on making it generic should defer until
cyto_app
so that the spatio-temporal metadata that is available with the sources is preserved along with the individual imagesTo test
The tests for new bucket locations will skip unless you have
ENDPOINT
and the JASMIN access tokens set in.env
(they should skip in the pipeline but that's ok imo, just doing a slow file listing)@Kzra