-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Update ingestion config validation for ctf and alignment entities #262
Merged
Merged
Changes from 39 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
f284234
add collection_metadata to template and update configs
Bento007 bb63951
add collection metadata to ingestion config
Bento007 99adb45
add collection metadata to ingest_config_schema
Bento007 a7b83cc
address comments
Bento007 b4319d5
address comments
Bento007 9aaf3f4
add extended validation check for collection metadata (#259)
daniel-ji fa05f4f
Merge branch 'refs/heads/main' into tsmith/997-ctf
Bento007 b4c611b
update schema
Bento007 87f7732
remove rawtilts from 10010.yaml
Bento007 7421f5d
lint
Bento007 bf3a2cb
Merge branch 'refs/heads/main' into tsmith/997-ctf-alignment
Bento007 35b05ee
update ingest schema
Bento007 991b9d7
update ingest config template
Bento007 06e1ea0
add AlignmentImporter
Bento007 e9b190d
lint
Bento007 8473693
correct offset format
Bento007 df622bb
update existing ingestion_configs
Bento007 49e9290
Add alignment to ingest_config validation
Bento007 ac69f5e
- add format, volume_dimensions to ingest config schema
Bento007 94f2c02
Merge remote-tracking branch 'origin/tsmith/997-ctf-alignment' into t…
Bento007 b92c420
add alignment metadata
Bento007 1e8fe98
fix format documentation
Bento007 afe9d0c
Update config for alignment
Bento007 f89290d
Update config for tomogrames and frames
Bento007 72208ba
update template and schema
Bento007 a48b4a4
update all configs
Bento007 796d647
Merge branch 'refs/heads/main' into tsmith/997-ctf-alignment
Bento007 97ab3c9
add docstring to migrate script
Bento007 3ec3c58
run linter
Bento007 517df5c
removed extra changes and run schema gen
Bento007 2a2ca56
lint
Bento007 af75836
move mdoc_name to collection_metadata
Bento007 125fce7
extract txt and csv to from rawtilts to alignment
Bento007 f91a1e7
add correct dates
Bento007 a5bfe46
added is_portal_standard
Bento007 32a1523
undo v2.0 changes
Bento007 f978bca
Apply suggestions from code review
Bento007 6244d11
add affinity matrix back to tomograms
Bento007 b8a8514
add affinity matrix back to tomograms
Bento007 2e58482
add identity matrix back in
Bento007 465893c
remove voxel spacing from parent filter of alignment
Bento007 54c811f
lock the verison of linkml and regenerate files
Bento007 90734f1
add xtlt and copy to transform_ingestion_configs.py
Bento007 a3394fb
lint
Bento007 e2072d8
iron out tilt formats
Bento007 2096a74
iron out tilt formats
Bento007 4b627a2
update schema
Bento007 05c4769
Merge branch 'refs/heads/main' into tsmith/997-ctf-alignment
Bento007 61c75e9
merge main
Bento007 ffafd79
update transform_ingestion_configs.py
Bento007 326f227
flatten code in ingest_997.py add dosctring to transform_ingestion_co…
Bento007 4048d79
remove tomogram from alignment in ingest-config
Bento007 10fac28
Merge branch 'refs/heads/main' into tsmith/997-ctf-alignment
Bento007 dded1d1
move migrate script to ingest-tools
Bento007 918ed8e
lint
Bento007 6912e06
update configs
Bento007 15f0309
liknt
Bento007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
I believe we are retaining this for now, to ensure backward compatibility.
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.
added them back in