-
Notifications
You must be signed in to change notification settings - Fork 207
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
Create GALLONT.md #2541
Merged
Merged
Create GALLONT.md #2541
Changes from 7 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
71102a8
Create GALLONT.md
adeans 5e1ff35
Update GALLONT.md
matentzn 9cd3868
Update ontology/GALLONT.md
matentzn ada6ada
Update ontology/GALLONT.md
matentzn c187e72
Update GALLONT.md
adeans c44b033
Update GALLONT.md
adeans f5c35bb
Update GALLONT.md
adeans 84df16b
Update ontology/GALLONT.md
adeans 9d5c86a
Update ontology/GALLONT.md
adeans 478d33d
Update GALLONT.md
matentzn 742d892
Update GALLONT.md
matentzn 87af59c
lint
matentzn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
layout: ontology_detail | ||
id: gallont | ||
title: "Plant Gall Ontology" | ||
contact: | ||
email: [email protected] | ||
github: adeans | ||
label: Andy Deans | ||
orcid: 0000-0002-2119-4663 | ||
dependencies: | ||
- id: pato | ||
- id: po | ||
- id: ro | ||
- id: flopo | ||
- id: caro | ||
- id: obi | ||
- id: poro | ||
- id: ncbitaxon | ||
description: Ontology of plant gall phenotypes. Plant galls are novel plant structures, generated by plants in response to biotic stressors. This ontology is used to annotate gall phenotypes (e.g., their colors, textures, sizes, locations on the plant) in a semantic way, in order to facilitate discoveries about the genetic and physiologic mechanisms responsible for such phenotypes. The ontology can also be used as a controlled vocabulary for natural language descriptions of plant galls. | ||
domain: phenotype | ||
homepage: https://github.com/adeans/gallont/tree/main | ||
adeans marked this conversation as resolved.
Show resolved
Hide resolved
|
||
license: | ||
url: https://creativecommons.org/publicdomain/zero/1.0/ | ||
label: CC0 1.0 | ||
preferredPrefix: GALLONT | ||
products: | ||
- id: gallont.owl | ||
matentzn marked this conversation as resolved.
Show resolved
Hide resolved
adeans marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- id: gallont.obo | ||
matentzn marked this conversation as resolved.
Show resolved
Hide resolved
|
||
repository: https://github.com/adeans/gallont | ||
tracker: https://github.com/adeans/gallont/issues | ||
activity_status: active | ||
--- |
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.
Strange homepage link. Did you consider using the ODK documentation feature to generate a proper documentation page like https://pato-ontology.github.io/pato/?
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.
(not a requirement)
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.
Oh yah. That would be preferable. I must've missed it in the ODK package. Is there documentation somewhere that would walk me through it? Somewhere in here? https://ontology-development-kit.readthedocs.io/en/latest/
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.
You add this to the ODK config:
https://github.com/obophenotype/human-phenotype-ontology/blob/53c4e0dcf3337e223c9afcd29dfb18e7ed372e7a/src/ontology/hp-odk.yaml#L182
then run update_repo twice
then set up your github pages like this:

Sorry for not having better docs on this :D
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.
Ok, I think I am close. Where do I "run update_repo twice"?
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.
https://oboacademy.github.io/obook/howto/odk-update/
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.
Thanks, @matentzn. I made progress (I think), but I get two QC errors now:
Are these easy?
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.
The second seems to be a bug.
Lets start with the first https://github.com/adeans/gallont/actions/runs/8266804229/job/22615690174
This is a QC check that reflects the OBO foundries decision to fade out the dc elements namespace in favour of dc terms. So in your ontology, you need to replace all occurrences of the old dc elements namespace with dcterms.
The second can be circumvented by manually deleting this row:
https://github.com/adeans/gallont/blob/37daf2a543720392d16afb28b9031d0af6d8a796/mkdocs.yaml#L8
I would apprciate if you could make a bug report in the ODK repo though, as this needs to be fixed urgently.. :)