Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into multi_tomo
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Oct 4, 2024
2 parents 8f6fe81 + cf8d2e0 commit 06d3a7c
Show file tree
Hide file tree
Showing 71 changed files with 15,004 additions and 9,918 deletions.
2 changes: 1 addition & 1 deletion apiv2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build: ## Build docker containers
update-schema: codegen alembic-autogenerate alembic-upgrade-head
# $(docker_compose_run) $(CONTAINER) ruff check --fix .
$(docker_compose_run) $(APP_CONTAINER) sh -c 'strawberry export-schema main:schema > /app/graphql_api/schema.graphql'
linkml generate erdiagram --structural --classes Alignment --classes AnnotationAuthor --classes AnnotationFile --classes AnnotationShape --classes Annotation --classes DatasetAuthor --classes DatasetFunding --classes Dataset --classes DepositionAuthor --classes Deposition --classes Frame --classes PerSectionAlignmentParameters --classes PerSectionParameters --classes Run --classes Tiltseries --classes TomogramAuthor --classes TomogramVoxelSpacing --classes Tomogram schema/schema.yaml> schema/README.md
linkml generate erdiagram --structural --classes Alignment --classes AnnotationAuthor --classes AnnotationFile --classes AnnotationShape --classes Annotation --classes DatasetAuthor --classes DatasetFunding --classes Dataset --classes DepositionAuthor --classes Deposition --classes Frame --classes PerSectionAlignmentParameters --classes AnnotationMethodLink --classes GainFile --classes FrameAcquisitionFile --classes Run --classes Tiltseries --classes TomogramAuthor --classes TomogramVoxelSpacing --classes Tomogram schema/schema.yaml> schema/README.md
docker compose up -d
sleep 5 # wait for the app to reload after having files updated.
docker compose exec $(APP_CONTAINER) python3 -m sgqlc.introspection --exclude-deprecated --exclude-description http://localhost:9009/graphql graphql_api/schema.json
Expand Down
31 changes: 31 additions & 0 deletions apiv2/cerbos/policies/annotation_method_link.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions apiv2/cerbos/policies/frame_acquisition_file.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions apiv2/cerbos/policies/gain_file.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

191 changes: 191 additions & 0 deletions apiv2/database/migrations/versions/20241002_152402_autogenerated.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion apiv2/database/models/__init__.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions apiv2/database/models/alignment.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 06d3a7c

Please sign in to comment.