Skip to content

Commit 20919a2

Browse files
authored
Merge pull request #253 from mcwdsi/update-qc-yml
Update qc yml
2 parents be023f3 + 29ed61d commit 20919a2

24 files changed

+934
-10162
lines changed

.github/workflows/qc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
ontology_qc:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
22-
container: obolibrary/odkfull:v1.4
22+
container: obolibrary/odkfull:v1.5.2
2323

2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828

2929
- name: Run ontology QC checks
3030
env:
3131
DEFAULT_BRANCH: main
32-
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false
32+
run: cd src/ontology && make ROBOT_ENV='ROBOT_JAVA_ARGS=-Xmx6G' test IMP=false PAT=false MIR=false
3333

docs/odk-workflows/ManageDocumentation.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ The documentation is _not_ automatically updated from the Markdown, and needs to
3838
If everything was successful, you will see a message similar to this one:
3939

4040
```
41-
INFO - Your documentation should shortly be available at: https://ufbmi.github.io/OMRSE/
41+
INFO - Your documentation should shortly be available at: https://mcwdsi.github.io/OMRSE/
4242
```
43-
3. Just to double check, you can now navigate to your documentation pages (usually https://ufbmi.github.io/OMRSE/).
43+
3. Just to double check, you can now navigate to your documentation pages (usually https://mcwdsi.github.io/OMRSE/).
4444
Just make sure you give GitHub 2-5 minutes to build the pages!
4545

4646

47+

docs/odk-workflows/ReleaseWorkflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Once your [CI checks](ContinuousIntegration.md) have passed, and your reviews ar
4444

4545
## Create a GitHub release
4646

47-
1. Go to your releases page on GitHub by navigating to your repository, and then clicking on releases (usually on the right, for example: https://github.com/ufbmi/OMRSE/releases). Then click "Draft new release"
47+
1. Go to your releases page on GitHub by navigating to your repository, and then clicking on releases (usually on the right, for example: https://github.com/mcwdsi/OMRSE/releases). Then click "Draft new release"
4848
1. As the tag version you **need to choose the date on which your ontologies were build.** You can find this, for example, by looking at the `omrse.obo` file and check the `data-version:` property. The date needs to be prefixed with a `v`, so, for example `v2020-02-06`.
4949
1. You can write whatever you want in the release title, but we typically write the date again. The description underneath should contain a concise list of changes or term additions.
5050
1. Click "Publish release". Done.

docs/odk-workflows/RepoManagement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Updating your ODK repository
44

5-
Your ODK repositories configuration is managed in `src/ontology/omrse-odk.yaml`. Once you have made your changes, you can run the following to apply your changes to the repository:
5+
Your ODK repositories configuration is managed in `src/ontology/omrse-odk.yaml`. The [ODK Project Configuration Schema](https://github.com/INCATools/ontology-development-kit/blob/master/docs/project-schema.md) defines all possible parameters that can be used in this config YAML. Once you have made your changes, you can run the following to apply your changes to the repository:
66

77

88
```

docs/odk-workflows/RepositoryFileStructure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These are the current imports in OMRSE
2828
| oostt | http://purl.obolibrary.org/obo/oostt.owl | None |
2929
| omo | http://purl.obolibrary.org/obo/omo.owl | mirror |
3030
| pno | http://purl.obolibrary.org/obo/iao/pno.owl | mirror |
31-
| d-acts | http://purl.obolibrary.org/obo/iao/d-acts.owl | mirror |
31+
| d-acts | http://purl.obolibrary.org/obo/iao/d-acts.owl | filter |
3232
| geo | http://purl.obolibrary.org/obo/geo.owl | None |
3333
| mf | http://purl.obolibrary.org/obo/mf.owl | None |
3434

0 commit comments

Comments
 (0)