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.
BCO scoring changes
Add New Production Deployment md
Changes to be committed:
deleted: docs/bco_scores.json
modified: docs/deployment/productionDeployment.md
new file: docs/newProductionInstance.md
Update config.md
Add API endpoint for basic comaprison
Changes to be committed:
modified: biocompute/apis.py
modified: biocompute/urls.py
modified: requirements.txt
biocompute-objects/portal_userdb#380
Changes to be committed:
modified: .github/workflows/django.yml
modified: biocompute/apis.py
modified: biocompute/models.py
modified: config/settings.py
modified: config/urls.py
Updated the function to check locally for the most used schemas. Improves testing and speed in BCO validation.
Changes to be committed:
modified: biocompute/services.py
renamed: config/IEEE/2791object.json -> config/schemas/2791object.json
new file: config/schemas/dataset_extension.json
renamed: config/IEEE/description_domain.json -> config/schemas/description_domain.json
renamed: config/IEEE/error_domain.json -> config/schemas/error_domain.json
renamed: config/IEEE/execution_domain.json -> config/schemas/execution_domain.json
new file: config/schemas/fhir_extension.json
new file: config/schemas/galaxy_extension.json
renamed: config/IEEE/io_domain.json -> config/schemas/io_domain.json
new file: config/schemas/license_extension.json
renamed: config/IEEE/parametric_domain.json -> config/schemas/parametric_domain.json
renamed: config/IEEE/provenance_domain.json -> config/schemas/provenance_domain.json
new file: config/schemas/scm_extension.json
renamed: config/IEEE/usability_domain.json -> config/schemas/usability_domain.json
Changes to be committed:
modified: biocompute/services.py
new file: config/schemas/1.1.0/dataset_extension.json
new file: config/schemas/1.1.0/fhir_extension.json
new file: config/schemas/1.1.0/galaxy_extension.json
new file: config/schemas/1.1.0/license_extension.json
new file: config/schemas/1.1.0/scm_extension.json
renamed: config/schemas/dataset_extension.json -> config/schemas/1.2.0/dataset_extension.json
renamed: config/schemas/fhir_extension.json -> config/schemas/1.2.0/fhir_extension.json
renamed: config/schemas/galaxy_extension.json -> config/schemas/1.2.0/galaxy_extension.json
renamed: config/schemas/license_extension.json -> config/schemas/1.2.0/license_extension.json
renamed: config/schemas/scm_extension.json -> config/schemas/1.2.0/scm_extension.json
renamed: config/schemas/2791object.json -> config/schemas/2791/2791object.json
renamed: config/schemas/description_domain.json -> config/schemas/2791/description_domain.json
renamed: config/schemas/error_domain.json -> config/schemas/2791/error_domain.json
renamed: config/schemas/execution_domain.json -> config/schemas/2791/execution_domain.json
renamed: config/schemas/io_domain.json -> config/schemas/2791/io_domain.json
renamed: config/schemas/parametric_domain.json -> config/schemas/2791/parametric_domain.json
renamed: config/schemas/provenance_domain.json -> config/schemas/2791/provenance_domain.json
renamed: config/schemas/usability_domain.json -> config/schemas/2791/usability_domain.json
modified: config/settings.py
modified: requirements.txt
Changes to be committed:
modified: Dockerfile
modified: docker-compose.yml
modified: docs/deployment/dockerDeployment.md
new file: entrypoint.sh
Changes to be committed:
modified: biocompute/apis.py