Commit c39a741
24.08.08 (#343)
* 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
* Fix Django CI issue (#340)
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
* Update to BcoValidator.load_schema (#341)
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
* Add additional schema files and reorganize
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
* Add instructions for Docker deployment
Changes to be committed:
modified: Dockerfile
modified: docker-compose.yml
modified: docs/deployment/dockerDeployment.md
new file: entrypoint.sh
---------
Co-authored-by: Kiran Sen <[email protected]>
Co-authored-by: Kiran Sen <[email protected]>1 parent 4efc685 commit c39a741
File tree
28 files changed
+728
-63
lines changed- .github/workflows
- biocompute
- config
- schemas
- 1.1.0
- 1.2.0
- 2791
- docs/deployment
28 files changed
+728
-63
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 27 | + | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
19 | 15 | | |
20 | | - | |
21 | | - | |
| 16 | + | |
22 | 17 | | |
23 | 18 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 19 | + | |
27 | 20 | | |
28 | | - | |
29 | | - | |
| 21 | + | |
30 | 22 | | |
31 | 23 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
248 | 247 | | |
249 | 248 | | |
250 | 249 | | |
| |||
307 | 306 | | |
308 | 307 | | |
309 | 308 | | |
310 | | - | |
311 | 309 | | |
312 | 310 | | |
313 | 311 | | |
| |||
499 | 497 | | |
500 | 498 | | |
501 | 499 | | |
502 | | - | |
| 500 | + | |
503 | 501 | | |
504 | 502 | | |
505 | 503 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
53 | 66 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
59 | 72 | | |
60 | 73 | | |
61 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments